diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 13:42:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 13:42:00 -0300 |
commit | 2a3d81bf9f6d0c07fb818877ff0658eaa82e7993 (patch) | |
tree | f1990336cc7a2ae037e2a719d5f07c054806bef3 | |
parent | c79a1563453773064bb639091f79243365c80dd4 (diff) | |
download | profile-2a3d81bf9f6d0c07fb818877ff0658eaa82e7993.tar.gz profile-2a3d81bf9f6d0c07fb818877ff0658eaa82e7993.tar.bz2 |
Do not set TMUX_TMPDIR
-rw-r--r-- | profile.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link index 93e2b0b..8e22b43 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -153,7 +153,8 @@ export LYNX_CFG="$HOME/.lynx/lynx.cfg" # Temporary folder export TMPDIR="$HOME/temp/misc" export TMP="$HOME/temp/misc" -export TMUX_TMPDIR="$HOME/temp/misc" +# This might cause issues when trying to attach to remote tmux sessions +#export TMUX_TMPDIR="$TMP/misc" mkdir -p $TMP # Dir colors |