mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-06 13:59:26 +00:00
Simplify the use of ZDOTDIR
This commit is contained in:
@ -74,3 +74,10 @@ if [[ ! -d "$TMPPREFIX" ]]; then
|
||||
mkdir -p "$TMPPREFIX"
|
||||
fi
|
||||
|
||||
#
|
||||
# Zsh
|
||||
#
|
||||
|
||||
ZDOTDIR="${ZDOTDIR:-$HOME}"
|
||||
PREZTO="$ZDOTDIR/.zprezto"
|
||||
|
||||
|
Reference in New Issue
Block a user