From f65eedeec666c408b5cf1b3d0812f765255a0bb1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 20 Nov 2024 19:05:32 -0500 Subject: [PATCH] fish: use color for tc output --- home/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 4379b89..d7df746 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -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'