summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-01-25 15:12:41 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-01-25 15:12:41 +0100
commit629227564af69610ef90046593f20e8d8ffe8b3f (patch)
tree008fd09ea18a593a8113612e6b1660c9a1e84132 /.zsh/zshrc
parent0c228d1db10920e6bb4f4bb59b92551420832d49 (diff)
Add solarized dircolors from dircolors-solarized
git repo: https://github.com/seebi/dircolors-solarized
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc/00_colours2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/00_colours b/.zsh/zshrc/00_colours
index 11ce8ed..54f10f8 100644
--- a/.zsh/zshrc/00_colours
+++ b/.zsh/zshrc/00_colours
@@ -28,7 +28,7 @@ else
fi
# colour setup for ls
-is_darwin || eval $(dircolors -b ${HOME}/.zsh/dir_colors)
+is_darwin || eval $(dircolors -b ${HOME}/.zsh/dircolors.256dark)
# colour setup for ls on OS X:
is_darwin && export CLICOLOR=1