diff options
-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 |