1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

sshagent .zshrc

This commit is contained in:
Luna 2020-12-29 21:41:43 +01:00
parent 3dbfb5a82d
commit 9cfd5e398a
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

3
.zshrc
View file

@ -10,7 +10,8 @@ source $ZSH/oh-my-zsh.sh
plugins=(git docker virtualenv)
export EDITOR=kak
export JAVA_HOME=
#export JAVA_HOME=
#export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
for f in $OTHER/*.zsh; do
if [ -f $f ]; then