From 9012276f8a012c3db5cc9a0ffd597cb0a10bb51d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 19 Feb 2014 09:52:51 +0100 Subject: dircolors.256dark: Change directory color to blue --- .zsh/dircolors.256dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf