From 9edbb2ac158e9161fc5265a1ef17ea6a26881b54 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 31 Aug 2015 22:41:37 +0200 Subject: Moved to gnome-keyring-daemon startup to bashrc --- bash/.bash_profile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile deleted file mode 100644 index a4e4eb2..0000000 --- a/bash/.bash_profile +++ /dev/null @@ -1,12 +0,0 @@ -# -# ~/.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