From 809b538fd5216b21bbbd7fa831fc88e02b34f69a Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 12 Dec 2020 15:06:20 +0100 Subject: [PATCH] Fix dircolor dynamic path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 70d1007..b360955 100644 --- a/.zshrc +++ b/.zshrc @@ -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)