]> gitweb.fluxo.info Git - metadot.git/commitdiff
Commenting out agents again
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 03:33:46 +0000 (01:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 03:33:46 +0000 (01:33 -0200)
modules/profile/profile.dot.link

index ce2dd52dc1878ac867009153b838f6a69c846390..3b71de0a612b75f709e90d5e7041c7b1dd97642a 100644 (file)
@@ -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