From 6f6945bba525772454cbe92d4896ae54f017ca4f Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 6 May 2013 17:20:36 +0300 Subject: [PATCH] bashrc & zshrc: alias ffmpeg to avconv --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) 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