(bashrc) added alias for colored ip command

This commit is contained in:
scbj
2025-11-11 13:20:55 +01:00
parent 52fbff80b1
commit 18c0f5075f

View File

@@ -52,6 +52,10 @@ alias bdiff='diff -uw --color=always'
alias sbash='source ~/.bashrc'
if $(which ip &>/dev/null); then
alias ip='ip -c'
fi
# because `libreWolf` is ambiguous for tab completion
if $(which librewolf &>/dev/null); then
alias firefox='librewolf'