Skip to content

Commit

Permalink
Set LSCOLORS for ls colors in Solarized theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Aug 2, 2014
1 parent 8a52330 commit 4b4a336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ COMPLETION_WAITING_DOTS="true"
# Add /usr/local/bin to PATH for Mac OS X
if [[ "$OSTYPE" == "darwin"* ]]; then
PATH=/usr/local/bin:/usr/local/sbin:$PATH
# For ls colors in Solarized theme
# https://github.com/seebi/dircolors-solarized/issues/10
export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD
fi

# Load RVM into a shell session *as a function*
Expand Down

0 comments on commit 4b4a336

Please sign in to comment.