]> gitweb.fluxo.info Git - metadot.git/commitdiff
Setting TMP folder and commenting out agents
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 00:21:55 +0000 (22:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 00:21:55 +0000 (22:21 -0200)
modules/profile/dmrc.dot.link
modules/profile/profile.dot.link

index f66a68db03472607d89eb96fcc44f4ae3727fe1e..52e0f96c0675dda61c19da3c9661e63c35cd7f23 100644 (file)
@@ -1,3 +1,2 @@
-
 [Desktop]
 Session=awesome
index 835a04807829a7f142643b204a2006d1e052c75a..9c2bc47edd9ec7fd832bc8a6f702b3deacce6572 100644 (file)
@@ -22,18 +22,23 @@ export PATH=$PATH:$HOME/.dotfiles:$HOME/apps/scripts:$HOME/apps/brweather/brweat
 # Editor variables, avoiding "Avoiding protocol specified" error
 export EDITOR="vim -X"
 
+# Temporary folder
+export TMPDIR="$HOME/temp/misc"
+export TMP="$HOME/temp/misc"
+mkdir -p $TMP
+
 # Dir colors
 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