From af4321fe60c39f31a7682517f27838209ba34127 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Sun, 22 Mar 2026 18:56:28 +0100 Subject: add colors to ls --- zsh/index.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') 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 -- cgit v1.3.1