diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profile/dmrc.dot.link | 1 | ||||
-rw-r--r-- | modules/profile/profile.dot.link | 17 |
2 files changed, 11 insertions, 7 deletions
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 |