From 249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 26 Apr 2018 23:36:27 +0200 Subject: Add fish dir_colors config --- conf/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/fish.nix') 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 -- cgit v1.2.3