zshrc: ls color

master
an 2019-05-15 01:12:06 -04:00
parent 2a0c0eb710
commit 69aa64fe7c
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -16,6 +16,7 @@ autoload -Uz compinit
compinit
alias rebuild=$HOME/src/scripts/rebuild.sh
alias ls='ls --color=auto'
PROMPT='%#'
RPROMPT='%2~'