summaryrefslogtreecommitdiff
path: root/hm/shell
diff options
context:
space:
mode:
Diffstat (limited to 'hm/shell')
-rw-r--r--hm/shell/fish.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix
index 1265fa8..908eb8f 100644
--- a/hm/shell/fish.nix
+++ b/hm/shell/fish.nix
@@ -59,22 +59,6 @@ in
name = "pisces";
src = pkgs.fishPlugins.pisces.src;
}
- # {
- # name = "fzf-fish";
- # src = pkgs.fishPlugins.fzf-fish.src;
- # }
- {
- name = "fish-you-should-use";
- src = pkgs.fishPlugins.fish-you-should-use.src;
- }
- {
- name = "colored-man-pages";
- src = pkgs.fishPlugins.colored-man-pages.src;
- }
- # {
- # name = "fifc";
- # src = pkgs.fishPlugins.fifc.src;
- # }
];
};
};