diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 247955a..2e6df21 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -163,6 +163,14 @@ if exists pip; then | |||
| 163 | } | 163 | } |
| 164 | fi | 164 | fi |
| 165 | 165 | ||
| 166 | # Start gnome-keyring-daemon | ||
| 167 | if exists gnome-keyring-daemon; then | ||
| 168 | if [ -n "$DESKTOP_SESSION" ];then | ||
| 169 | eval $(gnome-keyring-daemon --start) | ||
| 170 | export SSH_AUTH_SOCK | ||
| 171 | fi | ||
| 172 | fi | ||
| 173 | |||
| 166 | # Fancy bash prompt | 174 | # Fancy bash prompt |
| 167 | if exists liquidprompt; then | 175 | if exists liquidprompt; then |
| 168 | source liquidprompt | 176 | source liquidprompt |
