mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
bashrc & zshrc: alias ffmpeg to avconv
This commit is contained in:
parent
349f2bb828
commit
6f6945bba5
3
bashrc
3
bashrc
@ -445,6 +445,9 @@ alias aptitudey="aptitude -y "
|
|||||||
# Set core pattern how I want it to be
|
# Set core pattern how I want it to be
|
||||||
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
3
zshrc
3
zshrc
@ -418,6 +418,9 @@ alias aptitudey="aptitude -y "
|
|||||||
# Set core pattern how I want it to be
|
# Set core pattern how I want it to be
|
||||||
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
||||||
|
|
||||||
|
# ffmpeg is depreceated
|
||||||
|
alias ffmpeg=avconv
|
||||||
|
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
if [ -f ~/.aliases ]; then
|
if [ -f ~/.aliases ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user