summaryrefslogtreecommitdiffstats
path: root/sh.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@gmail.com>2026-06-28 23:40:22 -0400
committerSkullheadx <admonty1@gmail.com>2026-06-28 23:40:22 -0400
commit9b85a4ff0a0be79bd65db09463e1b3f0d4860098 (patch)
treed07e820a9e23197f078f95b5dadb413b111c4782 /sh.nix
parentupdate todo (diff)
downloadnixos-9b85a4ff0a0be79bd65db09463e1b3f0d4860098.tar.gz
nixos-9b85a4ff0a0be79bd65db09463e1b3f0d4860098.tar.bz2
nixos-9b85a4ff0a0be79bd65db09463e1b3f0d4860098.zip
add darwin
Diffstat (limited to 'sh.nix')
-rw-r--r--sh.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/sh.nix b/sh.nix
index 4de93db..be2975e 100644
--- a/sh.nix
+++ b/sh.nix
@@ -24,6 +24,16 @@
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