l zsh: add direnv

This commit is contained in:
lassulus 2022-11-20 01:21:53 +01:00
parent df68f9efc2
commit 0ee566ac97

View File

@ -65,6 +65,9 @@
bindkey "[8~" end-of-line
bindkey "Oc" emacs-forward-word
bindkey "Od" emacs-backward-word
# direnv integration
eval "$(${pkgs.direnv}/bin/direnv hook zsh)"
'';
promptInit = ''
autoload -U promptinit