aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-08-31 22:28:04 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-08-31 22:28:04 +0200
commit971aab4e104dc8085b246ba93146ca724d38ec07 (patch)
treecffa173ee2146ef044d76e82f40a7cd6dcad2417
parent86271da691beb99cbb0b1448211da39e867385fc (diff)
downloaddotfiles-971aab4e104dc8085b246ba93146ca724d38ec07.tar.gz
dotfiles-971aab4e104dc8085b246ba93146ca724d38ec07.tar.bz2
dotfiles-971aab4e104dc8085b246ba93146ca724d38ec07.zip
Added .bash_profile
-rw-r--r--bash/.bash_profile12
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
5if [ -n "$DESKTOP_SESSION" ];then
6 eval $(gnome-keyring-daemon --start)
7 export SSH_AUTH_SOCK
8fi
9
10[[ -f ~/.bashrc ]] && . ~/.bashrc
11[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
12