diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-10-19 14:05:57 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-10-19 14:05:57 +0200 |
commit | 69a34c5c5ecf25513d9780d622f734be9f0ff620 (patch) | |
tree | f37c9c56d5fbc229bfbd20a385826dd0fa2a8dad /.zsh/zshrc | |
parent | d831a546b170dff93f87b7915ae1e59777f94024 (diff) |
Correct parenthesis
Diffstat (limited to '.zsh/zshrc')
-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 b68b838..11ce8ed 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/dir_colors) # colour setup for ls on OS X: is_darwin && export CLICOLOR=1 |