commit df20f0af993b626887d6374a8ab315cc6b4eb357 parent 2a3bd3fda40729fca18a35faf17134242296d680 Author: rsiddharth <s@ricketyspace.net> Date: Sun, 7 Jan 2018 04:59:13 +0000 .zshrc: Update dircolors file path. Diffstat:
.zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -32,7 +32,7 @@ zstyle ':completion:*' group-name '' zstyle ':completion:*' menu select=2 if [ $HOST = 'cygnus' ]; then - eval "$(dircolors -b ~/v/git/others/dircolors-solarized/dircolors.ansi-dark)" + eval "$(dircolors -b ~/v/github.com/seebi/dircolors-solarized/dircolors.ansi-dark)" fi zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}