Export $TMPPREFIX in non-login interactive shells
This commit is contained in:
parent
4f19700919
commit
03c5a6a930
1 changed files with 1 additions and 1 deletions
|
@ -71,4 +71,4 @@ if [[ ! -d "$TMPDIR" ]]; then
|
|||
mkdir -p -m 700 "$TMPDIR"
|
||||
fi
|
||||
|
||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
export TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
|
|
Loading…
Add table
Reference in a new issue