if nix nix
This commit is contained in:
parent
5b2d1f5e07
commit
f2a8888e5b
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ SAVEHIST=10000
|
|||
setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory autopushd pushdignoredups
|
||||
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
|
||||
# allow ctrl-a and ctrl-e to move to beginning/end of line
|
||||
bindkey '^a' beginning-of-line
|
||||
|
|
Loading…
Add table
Reference in a new issue