diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-07 14:39:18 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-07 14:41:28 -0500 |
commit | 3f8f1c6c2026d6fb4a6d9280d982730afb8e762c (patch) | |
tree | 393904d56f96c54a87c8de44d65186b0053399db /.config/login.d | |
parent | a394973ffedc02a3ea622b353fecbd078b8c0f8e (diff) |
don't create the ~/tmp symlink
Diffstat (limited to '.config/login.d')
-rw-r--r-- | .config/login.d/02_tmpdir.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/login.d/02_tmpdir.sh b/.config/login.d/02_tmpdir.sh index d0079aa..c0d5f18 100644 --- a/.config/login.d/02_tmpdir.sh +++ b/.config/login.d/02_tmpdir.sh @@ -1,3 +1,2 @@ mkdir -p -- "$XDG_RUNTIME_DIR/tmpdir" export TMPDIR="$XDG_RUNTIME_DIR/tmpdir" -ln -sfT -- "$TMPDIR" "$HOME/tmp" |