diff options
author | Karel Kočí <cynerd@email.cz> | 2018-06-15 16:29:44 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-06-15 16:29:44 +0200 |
commit | f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5 (patch) | |
tree | 58b1dd964905666d438d6831b0f53c1bd4a5aef1 | |
parent | f9fbee4a7c18341250973de34190b333ad563b20 (diff) | |
download | shellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.tar.gz shellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.tar.bz2 shellrc-f8dc9f95cdc95204eb34c8787e4c5410d7c59ff5.zip |
Add alias for colors for ip command
-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' |