Created
April 24, 2015 04:43
-
-
Save polamjag/eb2b580336061fead25b to your computer and use it in GitHub Desktop.
zshenv snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ -n "$DESKTOP_SESSION" ];then | |
| eval $(gnome-keyring-daemon --start) | |
| export SSH_AUTH_SOCK | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment