(bashrc) added alias for colored ip command
This commit is contained in:
@@ -52,6 +52,10 @@ alias bdiff='diff -uw --color=always'
|
|||||||
|
|
||||||
alias sbash='source ~/.bashrc'
|
alias sbash='source ~/.bashrc'
|
||||||
|
|
||||||
|
if $(which ip &>/dev/null); then
|
||||||
|
alias ip='ip -c'
|
||||||
|
fi
|
||||||
|
|
||||||
# because `libreWolf` is ambiguous for tab completion
|
# because `libreWolf` is ambiguous for tab completion
|
||||||
if $(which librewolf &>/dev/null); then
|
if $(which librewolf &>/dev/null); then
|
||||||
alias firefox='librewolf'
|
alias firefox='librewolf'
|
||||||
|
|||||||
Reference in New Issue
Block a user