diff options
-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' |