From e9d0e530fe9f6d4bab9dae410025682a13c181e1 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 13 Apr 2024 17:04:31 +0100 Subject: Revert "profiles/base: fix sourcing of fzf's zsh keybindings" This reverts commit 6b50ee59dcec9f8682c12516ceead31db10e63f9. Hmm, thought this had fixed it, but turns out that `fzf` is missing completions in `share/`, particularly `fish` and `fzf` directories are missing now. Might be an upstream issue. --- 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 5e2b62be..9c0b0314 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/shell/key-bindings.zsh + source ${pkgs.fzf}/share/fzf/key-bindings.zsh ''; shellAliases = { ls = "lsd"; -- cgit 1.4.1