From 8b970d5990aaea3543ba70350d27daa5a8c5ca22 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 Feb 2013 01:32:00 -0200 Subject: Do not link xsession with xprofile --- modules/profile/profile.dot.link | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/profile/profile.dot.link') 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 -- cgit v1.2.3