aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/profile.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-08 01:32:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-08 01:32:00 -0200
commit8b970d5990aaea3543ba70350d27daa5a8c5ca22 (patch)
tree1db3c82326f59968644cf72d2f81cdd49168e93c /modules/profile/profile.dot.link
parent1201d13175d748592aea1293f7161c71911f9c6b (diff)
downloaddotfiles-8b970d5990aaea3543ba70350d27daa5a8c5ca22.tar.gz
dotfiles-8b970d5990aaea3543ba70350d27daa5a8c5ca22.tar.bz2
Do not link xsession with xprofile
Diffstat (limited to 'modules/profile/profile.dot.link')
-rw-r--r--modules/profile/profile.dot.link12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index 3b71de0..ce2dd52 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -31,14 +31,14 @@ mkdir -p $TMP
eval "`dircolors -b ~/.dircolorsrc`"
# SSH Agent
-#if [ -e "$HOME/apps/scripts/ssh-agent-eval" ]; then
-# $HOME/apps/scripts/ssh-agent-eval
-#fi
+if [ -e "$HOME/apps/scripts/ssh-agent-eval" ]; then
+ $HOME/apps/scripts/ssh-agent-eval
+fi
# GPG Agent
-#if [ -e "$HOME/apps/scripts/gpg-agent-eval" ]; then
-# $HOME/apps/scripts/gpg-agent-eval
-#fi
+if [ -e "$HOME/apps/scripts/gpg-agent-eval" ]; then
+ $HOME/apps/scripts/gpg-agent-eval
+fi
# Remove lost found folder if empty
if [ -d "$HOME/lost+found" ]; then