diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-19 17:04:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-06-19 17:04:26 +0200 |
commit | d1fff164af0c8b0dbc339c21a9c8d1328550d83e (patch) | |
tree | 70eef9e4f62751cf0c6f46dc475cfafe74d497e1 /.zsh/zshrc | |
parent | f43fa69cbc865b2ca03cbcabf88985668d4ffc9b (diff) |
zshrc/30_aliases: add auto-coloring for ip command
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/30_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 9e9158c..bb64e0d 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -18,6 +18,7 @@ alias ...='cd ../../' alias cal='cal -m' alias egrep='egrep --color=auto' alias grep='grep --color=auto' +alias ip='ip -color=auto' alias m='mount' alias u='umount' |