about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-04-13 17:04:31 +0100
committerdevhell <devhell@mailfresser.de>2024-04-13 17:04:31 +0100
commite9d0e530fe9f6d4bab9dae410025682a13c181e1 (patch)
tree1256aba0bc5bd8b6aebb17b798b5140f0b007f54
parent6b50ee59dcec9f8682c12516ceead31db10e63f9 (diff)
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.
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
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";