aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d/common
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-06-15 16:29:44 +0200
committerKarel Kočí <cynerd@email.cz>2018-06-15 16:29:44 +0200
commitf8dc9f95cdc95204eb34c8787e4c5410d7c59ff5 (patch)
tree58b1dd964905666d438d6831b0f53c1bd4a5aef1 /shellrc.d/common
parentf9fbee4a7c18341250973de34190b333ad563b20 (diff)
downloadshellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.tar.gz
shellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.tar.bz2
shellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.zip
Add alias for colors for ip command
Diffstat (limited to 'shellrc.d/common')
-rw-r--r--shellrc.d/common1
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'