summaryrefslogtreecommitdiff
path: root/conf/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'conf/fish.nix')
-rw-r--r--conf/fish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/fish.nix b/conf/fish.nix
index 75af413..55c03f6 100644
--- a/conf/fish.nix
+++ b/conf/fish.nix
@@ -5,7 +5,7 @@
set fish_greeting ""
'';
interactiveShellInit = ''
- eval (dircolors -c ~/.dir_colors)
+ eval (dircolors -c ${./dir_colors})
set fish_color_normal white
set fish_color_command magenta --bold