alias for ip with -color=auto; alias youtube-dl-mp3

This commit is contained in:
Lexi / Zoe 2019-11-11 18:18:52 +01:00
parent 0380eba019
commit bc3f676434
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
alias ls='ls ${LS_OPTS}'
alias grep='grep ${GREP_OPTS}'
alias diff='diff --color=auto'
alias ip='ip -color=auto'
# Common shortcut aliases
alias l='ls -l'
@ -64,6 +65,8 @@ xo() {
# Wine aliases
alias wine32='env WINEARCH=win32 WINEPREFIX="$HOME/.wine32" wine'
alias youtube-dl-mp3='youtube-dl -x --audio-format mp3'
# Stop Ctrl-S from doing terminally things in vim/vimdiff
vim() {
local STTYOPTS="$(stty --save)"