From 8d910aac19cb17512ea6e23c200269f6610c40fb Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 25 Apr 2022 16:57:23 -0400 Subject: [PATCH] Add direnv support to fish --- home/fish/fish.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/fish/fish.nix b/home/fish/fish.nix index 258f117..3e979f4 100644 --- a/home/fish/fish.nix +++ b/home/fish/fish.nix @@ -55,6 +55,9 @@ ## Set some kak-focused keybindings bind -M default gi beginning-of-line bind -M default gl end-of-line + + # Set up direnv + ${pkgs.direnv}/bin/direnv hook fish | source ''; plugins = [ {