X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=states%2Fzsh%2Ffiles%2Fzshenv;h=df7015570312d93da499b0d950e969719c805f98;hb=HEAD;hp=ab80266ddf37230d515272815fffc45ae8ec05e1;hpb=95263bf9bc976ede0db6c8fd1b3d3ce4c79bcebd;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index ab80266..df70155 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -15,7 +15,7 @@ fi # colored GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -export EDITOR="vim" +export EDITOR="nvim" export TMPDIR="/tmp/${USER}" export GIT_PS1_SHOWDIRTYSTATE=true @@ -32,3 +32,5 @@ export GPG_TTY=$(tty) export _JAVA_AWT_WM_NONREPARENTING=1 export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock + +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket