Fix dircolor dynamic path

This commit is contained in:
Tanguy Herbron 2020-12-12 15:06:20 +01:00
parent 990ae2f9e8
commit 809b538fd5

2
.zshrc
View File

@ -181,4 +181,4 @@ if [ -f '/home/tanguy/Downloads/tmp/google-cloud-sdk/path.zsh.inc' ]; then . '/h
if [ -f '/home/tanguy/Downloads/tmp/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tanguy/Downloads/tmp/google-cloud-sdk/completion.zsh.inc'; fi
# Update dir_colors according to the specified dotfile
eval $(dircolors -b .config/dir_colors)
eval $(dircolors -b ~/.config/dir_colors)