diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-22 18:56:28 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-22 18:56:28 +0100 |
| commit | af4321fe60c39f31a7682517f27838209ba34127 (patch) | |
| tree | dbfb659b39d9c54219c78afca406ce8ffc7f825a /zsh | |
| parent | 3f3bd5d82bf915ead3cdf54a10828af19526f822 (diff) | |
add colors to ls
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 |
