From 6b50ee59dcec9f8682c12516ceead31db10e63f9 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 13 Apr 2024 16:53:37 +0100 Subject: profiles/base: fix sourcing of fzf's zsh keybindings --- modules/user/devhell/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 9c0b0314..5e2b62be 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -101,7 +101,7 @@ in { ''; interactiveShellInit = '' zstyle ':completion:*' menu select - source ${pkgs.fzf}/share/fzf/key-bindings.zsh + source ${pkgs.fzf}/share/fzf/shell/key-bindings.zsh ''; shellAliases = { ls = "lsd"; -- cgit 1.4.1