From f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 15 Jun 2018 16:29:44 +0200 Subject: Add alias for colors for ip command --- shellrc.d/common | 1 + 1 file changed, 1 insertion(+) (limited to 'shellrc.d') diff --git a/shellrc.d/common b/shellrc.d/common index d52767b..73707c5 100644 --- a/shellrc.d/common +++ b/shellrc.d/common @@ -6,6 +6,7 @@ alias ll='ls -lh' alias df='df -h' alias du='du -h' alias grep='grep --color=auto' +alias ip='ip -c' alias git='LANG=en_GB git' alias gdb='gdb -q' alias cgdb='cgdb -q' -- cgit v1.2.3