mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
sshagent .zshrc
This commit is contained in:
parent
3dbfb5a82d
commit
9cfd5e398a
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue