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:
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
# Source Prezto.
|
||||
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||
if [[ -s "$PREZTO/init.zsh" ]]; then
|
||||
source "$PREZTO/init.zsh"
|
||||
fi
|
||||
|
||||
# Customize to your needs...
|
||||
|
Reference in New Issue
Block a user