aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.dot.link4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 29d980d..a6e41a3 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -201,6 +201,10 @@ export TMP="$HOME/temp/misc"
#export TMUX_TMPDIR="$TMP/misc"
mkdir -p $TMP
+# Log folder
+export LOG="$HOME/temp/log"
+mkdir -p LOG
+
# Dir colors
eval "`dircolors -b ~/.dircolorsrc`"