summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-06 10:15:11 +0100
committerAlan Pearce2023-03-06 10:15:11 +0100
commit3200e33ecbe05aa4893e263211aeb3fce8de3bc5 (patch)
treee6d1fccdc56910c3cfc26f5cec250fca4267062b /user
parent56cb1b726f264046d94903d73899c953aa8e2cc9 (diff)
downloadnixfiles-3200e33ecbe05aa4893e263211aeb3fce8de3bc5.tar.lz
nixfiles-3200e33ecbe05aa4893e263211aeb3fce8de3bc5.tar.zst
nixfiles-3200e33ecbe05aa4893e263211aeb3fce8de3bc5.zip
zsh: remove fzf-zsh-completions
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index a43dbcf4..e5f3b52b 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -81,16 +81,6 @@ in {
           sha256 = "08bjm1dd2mpv8rk8x6yvm6gj490rgimmiq7ln4jr5hik2k3mm82r";
         };
       }
-      {
-        name = "fzf-zsh-completions";
-        src = pkgs.fetchFromGitHub {
-          owner = "chitoku-k";
-          repo = "fzf-zsh-completions";
-          rev = "19f92960538f0080d040c8ed774d465b9b46e1d1";
-          # date = 2021-04-02T17:42:59+09:00;
-          sha256 = "0qmm0xm1aiy3fnn2vib26z10cfy707yqg0vg5236r7978glswdlg";
-        };
-      }
     ];
 
     shellAliases = {