From 17061634f5563821eb8a6fbecbe4eba41337627e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 22:21:55 -0200 Subject: Setting TMP folder and commenting out agents --- modules/profile/dmrc.dot.link | 1 - modules/profile/profile.dot.link | 17 +++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'modules/profile') diff --git a/modules/profile/dmrc.dot.link b/modules/profile/dmrc.dot.link index f66a68d..52e0f96 100644 --- a/modules/profile/dmrc.dot.link +++ b/modules/profile/dmrc.dot.link @@ -1,3 +1,2 @@ - [Desktop] Session=awesome diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index 835a048..9c2bc47 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -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 -- cgit v1.2.3