From 0b7611360205c8e30b56b756c3ee3bedf2ee8e63 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 8 Jul 2020 15:18:19 +0200 Subject: [PATCH] Use colours in `ip` output --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8226968..73e83e0 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -103,6 +103,8 @@ function rgl end ## Various +alias ip 'ip -c' + #alias tmux 'tmux -2' alias tmux_reload "tmux source-file ~/.tmux.conf" alias tmux_takeover "tmux detach -a"