From 971aab4e104dc8085b246ba93146ca724d38ec07 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 31 Aug 2015 22:28:04 +0200 Subject: Added .bash_profile --- bash/.bash_profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') 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 @@ +# +# ~/.bash_profile +# + +if [ -n "$DESKTOP_SESSION" ];then + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK +fi + +[[ -f ~/.bashrc ]] && . ~/.bashrc +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx + -- cgit v1.2.3