diff options
Diffstat (limited to '')
-rw-r--r-- | home/zsh/zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/zsh/zshrc b/home/zsh/zshrc index 6a366a0..0dd2904 100644 --- a/home/zsh/zshrc +++ b/home/zsh/zshrc @@ -72,3 +72,6 @@ bindkey "\e\d" undo # gpg export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + +# nixos +source ~/.nixenv |