zprofile: fix missing fi
This commit is contained in:
parent
cced738553
commit
a34e3150e4
@ -26,9 +26,11 @@ export EDITOR='vim'
|
||||
export TERM='xterm-256color'
|
||||
export kee="surtur"
|
||||
export SSH_KEY_PATH="$HOME/.ssh/$kee"
|
||||
|
||||
if [ ! -S ~/.ssh/ssh_auth_sock ]; then
|
||||
eval `ssh-agent` > /dev/null
|
||||
ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock
|
||||
fi
|
||||
|
||||
|
||||
if [ ! -S $HOME/.ssh/ssh_auth_sock ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user