diff --git a/zsh/zshrc b/zsh/zshrc index 84d631d..16cfe5e 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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