From bc3f6764345cbd21c0cde08281033ce1915e935c Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Mon, 11 Nov 2019 18:18:52 +0100 Subject: [PATCH] alias for ip with -color=auto; alias youtube-dl-mp3 --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 9910bf4..bcbd2dd 100644 --- a/.bashrc +++ b/.bashrc @@ -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)"