summaryrefslogtreecommitdiff
path: root/conf/fish.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-04-26 23:36:27 +0200
committerAdrian Kummerlaender2018-04-26 23:36:27 +0200
commit249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6 (patch)
tree56cba83886738cc0abac330dc136a2ac51052c92 /conf/fish.nix
parentea4af5f29c5c28a85256fdd3691d4999169c2587 (diff)
downloadnixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar.gz
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar.bz2
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar.lz
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar.xz
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.tar.zst
nixos_system-249aee7d8983c69ec2cd8e62fae2a2e2440c0ec6.zip
Add fish dir_colors config
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