1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

Enabled colors in ls and made it possible to theme them

This commit is contained in:
Toon Claes
2009-11-05 20:44:28 +01:00
parent a65ec360cf
commit 600efef0c3
3 changed files with 17 additions and 12 deletions

View File

@ -9,7 +9,10 @@ export ZSH_THEME="robbyrussell"
# export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="false"
# export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
source $ZSH/oh-my-zsh.sh