mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-01 00:09:26 +00:00
[#255] Use $ZDOTDIR or $HOME
This commit is contained in:
@ -45,7 +45,9 @@ zstyle ':prezto:load' pmodule \
|
||||
zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
|
||||
# Source Prezto.
|
||||
source "$PREZTO/init.zsh"
|
||||
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||
fi
|
||||
|
||||
# Customize to your needs...
|
||||
|
||||
|
Reference in New Issue
Block a user