mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Enabled colors in ls and made it possible to theme them
This commit is contained in:
parent
1c65ab9dea
commit
08fcf7dc39
3 changed files with 17 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue