diff options
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ bindkey -- "${key[Shift-Tab]}" reverse-menu-complete | |||
80 | 80 | ||
81 | # Common shell options | 81 | # Common shell options |
82 | alias ls='ls --color' | 82 | alias ls='ls --color' |
83 | alias grep='grep --color' | ||
83 | 84 | ||
84 | 85 | ||
85 | # Quick jump to parent folders | 86 | # Quick jump to parent folders |