mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Check the correct env-var for ssh agent forwarding
This commit is contained in:
parent
f8b68a244d
commit
d834fe8440
2
.profile
2
.profile
@ -14,7 +14,7 @@ export BROWSER="google-chrome-stable"
|
||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||
export QT_STYLE_OVERRIDE=GTK+
|
||||
|
||||
if [ -z $SSH_AGENT_PID ]; then
|
||||
if [ -z $SSH_AUTH_SOCK ]; then
|
||||
eval `ssh-agent`
|
||||
ssh-add
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user