mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 03:28:00 +00: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