mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 20:09:26 +00:00
Simplify the use of ZDOTDIR
This commit is contained in:
@ -10,3 +10,10 @@ if [[ "$SHLVL" -eq 1 && ! -o LOGIN ]]; then
|
||||
source "${ZDOTDIR:-$HOME}/.zprofile"
|
||||
fi
|
||||
|
||||
#
|
||||
# Zsh
|
||||
#
|
||||
|
||||
ZDOTDIR="${ZDOTDIR:-$HOME}"
|
||||
PREZTO="$ZDOTDIR/.zprezto"
|
||||
|
||||
|
Reference in New Issue
Block a user