summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f37b150..f8f7b77 100644
--- a/.zshrc
+++ b/.zshrc
@@ -79,6 +79,7 @@ export GPG_TTY=$(tty)
export TERM=xterm-256color
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
+alias ls='ls --color=always'
[ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local
eval "$(starship init zsh)"