mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 11:32:17 +08:00
[Fix #801] Make $TMPPREFIX a file path
This commit is contained in:
parent
1292587f95
commit
ab45ade380
@ -72,6 +72,3 @@ if [[ ! -d "$TMPDIR" ]]; then
|
||||
fi
|
||||
|
||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
if [[ ! -d "$TMPPREFIX" ]]; then
|
||||
mkdir -p "$TMPPREFIX"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user