diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-02-19 09:52:51 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-02-19 09:52:51 +0100 |
commit | 9012276f8a012c3db5cc9a0ffd597cb0a10bb51d (patch) | |
tree | c75b257f6380f961983d3b83a82e6e5183326719 | |
parent | d05c72c9fe2fda27e8e43d63cec887f6bcc24305 (diff) |
dircolors.256dark: Change directory color to blue
-rw-r--r-- | .zsh/dircolors.256dark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/dircolors.256dark b/.zsh/dircolors.256dark index 5704caf..d12f5a1 100644 --- a/.zsh/dircolors.256dark +++ b/.zsh/dircolors.256dark @@ -86,7 +86,7 @@ TERM xterm-debian NORMAL 00;38;5;244 # no color code at all #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color -DIR 00;38;5;33 # directory 01;34 +DIR 00;38;5;4 # directory 01;34 LINK 01;38;5;37 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link |