diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-10-19 13:53:55 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-10-19 13:53:55 +0200 |
commit | d831a546b170dff93f87b7915ae1e59777f94024 (patch) | |
tree | 4a598a5fc0e46f3abc89538908e25b4ccc6bd782 /.zsh/zshrc/00_colours | |
parent | b6ca466859b0bbe1dc0614d62a48b3ca8c513330 (diff) |
Use Solarized colors for dircolors
Diffstat (limited to '.zsh/zshrc/00_colours')
-rw-r--r-- | .zsh/zshrc/00_colours | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/00_colours b/.zsh/zshrc/00_colours index 4f00519..b68b838 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) +is_darwin || eval $(dircolors -b $(HOME)/.zsh/dir_colors) # colour setup for ls on OS X: is_darwin && export CLICOLOR=1 |