bashrc & zshrc: alias ffmpeg to avconv

This commit is contained in:
Mika Suomalainen 2013-05-06 17:20:36 +03:00
parent 349f2bb828
commit 6f6945bba5
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -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

3
zshrc
View File

@ -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