summaryrefslogtreecommitdiffstats
path: root/sh.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bash.nix (renamed from sh.nix)10
1 files changed, 0 insertions, 10 deletions
diff --git a/sh.nix b/bash.nix
index be2975e..4de93db 100644
--- a/sh.nix
+++ b/bash.nix
@@ -24,16 +24,6 @@
nix-upd-sl = "sudo nix flake update my-slstatus my-dwm my-surf my-st my-dmenu";
};
};
- programs.zsh = {
- enable = true;
- enableAutosuggestions = true;
- enableBashCompletion = true;
- enableCompletion = true;
- enableFastSyntaxHighlighting = true;
- enableFzfCompletion = true;
- enableFzfGit = true;
- enableFzfHistory = true;
- };
environment.etc."inputrc".text = ''
set editing-mode vi