update zshrc
This commit is contained in:
parent
a2f420b929
commit
4ab5d0a4aa
14
.zshrc
14
.zshrc
@ -71,6 +71,20 @@ export LANG=en_US.UTF-8
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# ssh auth stuffs
|
||||
if [ ! -S ~/.ssh/ssh_auth_sock ]; then
|
||||
eval `ssh-agent` > /dev/null
|
||||
ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock
|
||||
fi
|
||||
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
|
||||
ssh-add -l > /dev/null || ssh-add > /dev/null
|
||||
|
||||
if [ -n "$DESKTOP_SESSION" ];then
|
||||
eval $(gnome-keyring-daemon --start --components=ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
fi
|
||||
|
||||
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=10000
|
||||
|
Loading…
Reference in New Issue
Block a user