diff options
Diffstat (limited to 'bash/.bash_profile')
| -rw-r--r-- | bash/.bash_profile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..a4e4eb2 --- /dev/null +++ b/bash/.bash_profile | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # | ||
| 2 | # ~/.bash_profile | ||
| 3 | # | ||
| 4 | |||
| 5 | if [ -n "$DESKTOP_SESSION" ];then | ||
| 6 | eval $(gnome-keyring-daemon --start) | ||
| 7 | export SSH_AUTH_SOCK | ||
| 8 | fi | ||
| 9 | |||
| 10 | [[ -f ~/.bashrc ]] && . ~/.bashrc | ||
| 11 | [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx | ||
| 12 | |||
