if nix nix

This commit is contained in:
Anthony Cicchetti 2023-05-22 17:23:53 -04:00
parent 5b2d1f5e07
commit f2a8888e5b

View file

@ -4,6 +4,11 @@ SAVEHIST=10000
setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory autopushd pushdignoredups setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory autopushd pushdignoredups
unsetopt autocd beep unsetopt autocd beep
if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]];
then
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
fi
bindkey -v bindkey -v
# allow ctrl-a and ctrl-e to move to beginning/end of line # allow ctrl-a and ctrl-e to move to beginning/end of line
bindkey '^a' beginning-of-line bindkey '^a' beginning-of-line