enable autopush in zsh

This commit is contained in:
2024-12-24 11:22:23 +01:00
parent 5a9975ec27
commit 5aaead1fb2
+1 -2
View File
@@ -78,10 +78,9 @@ bindkey ^Z foreground
eval "$(nix-your-shell zsh)"
# * empty is not an error
setopt rm_star_silent
# allow comments in interactive sessions
setopt interactivecomments
setopt autopushd
(whence -w run-help | grep -q alias) && unalias run-help
autoload run-help