fish: use color for tc output

This commit is contained in:
Daniel Micay 2024-11-20 19:05:32 -05:00
parent 0151adf60e
commit f65eedeec6

View File

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