fish: tweak ip alias

This commit is contained in:
Daniel Micay 2024-11-21 09:17:34 -05:00
parent f65eedeec6
commit b7636d4139

View File

@ -38,7 +38,7 @@ if status is-interactive
alias diff 'diff --color=auto'
alias grep 'grep --color=auto'
alias ls 'ls -A --color=auto'
alias ip 'ip --color=auto'
alias ip 'ip -color=auto'
alias tc 'tc -color=auto'
alias tree 'tree -a'
alias chown 'chown --preserve-root'