diff --git a/bashrc b/bashrc index caf620c4..96a067b9 100644 --- a/bashrc +++ b/bashrc @@ -445,6 +445,9 @@ alias aptitudey="aptitude -y " # Set core pattern how I want it to be alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f' +# ffmpeg is depreceated +alias ffmpeg=avconv + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index 7be2a451..f1f6ed8c 100644 --- a/zshrc +++ b/zshrc @@ -418,6 +418,9 @@ alias aptitudey="aptitude -y " # Set core pattern how I want it to be alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f' +# ffmpeg is depreceated +alias ffmpeg=avconv + # .aliases if [ -f ~/.aliases ]; then