diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index 59d8712..f3cded4 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -16,6 +16,7 @@ zstyle ':completion:*' menu select source ~/.config/zsh/prompt.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +alias ls='ls --color=auto' alias t='tmux' alias n='nvim' # dot at the beginning makes shell to cd into last dir selected in ranger |
