1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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 1c65ab9dea
commit 08fcf7dc39
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