diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index f5b299eb..7dee70b4 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -35,6 +35,7 @@ ]; interactiveShellInit = '' bind \es __ghq_repository_search + fzf_configure_bindings --directory=\cx\cf ''; shellInit = '' if test -n $KITTY_INSTALLATION_DIR |