diff options
Diffstat (limited to 'shellrc.d')
-rw-r--r-- | shellrc.d/common | 1 |
1 files changed, 1 insertions, 0 deletions
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' |