Compare commits

...

2 Commits

Author SHA1 Message Date
Em 735f8645b0
only print ssh-agent if it's the initial setup 2021-09-06 12:40:36 -04:00
Em 47c73c1982
remove duplicate path folder 2021-09-06 12:39:30 -04:00
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -1,5 +1,5 @@
export GEM_HOME="$HOME/.local/gems"
export PATH="$HOME/.local/bin:/usr/local/sbin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME=""
@ -50,8 +50,8 @@ then
then
# Launch a new instance of the agent
ssh-agent -s &> ~/.ssh/ssh-agent
eval `cat ~/.ssh/ssh-agent`
fi
eval `cat ~/.ssh/ssh-agent`
fi
prompt_context() {}