mirror of
https://github.com/zoriya/flake.git
synced 2026-06-05 03:29:51 +00:00
enable autopush in zsh
This commit is contained in:
@@ -78,10 +78,9 @@ bindkey ^Z foreground
|
|||||||
|
|
||||||
eval "$(nix-your-shell zsh)"
|
eval "$(nix-your-shell zsh)"
|
||||||
|
|
||||||
# * empty is not an error
|
|
||||||
setopt rm_star_silent
|
setopt rm_star_silent
|
||||||
# allow comments in interactive sessions
|
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
|
setopt autopushd
|
||||||
|
|
||||||
(whence -w run-help | grep -q alias) && unalias run-help
|
(whence -w run-help | grep -q alias) && unalias run-help
|
||||||
autoload run-help
|
autoload run-help
|
||||||
|
|||||||
Reference in New Issue
Block a user