1
0
Fork 0

export OMZ_HOME in omz/init.zsh

pull/5/head
Jonathan Dahan 13 years ago
parent 94fd4f1f6b
commit 4c71851b90

@ -27,6 +27,9 @@ fpath=(
# Load and initialize the completion system ignoring insecure directories.
autoload -Uz compinit && compinit -i
# Export OMZ_HOME as the current directory.
export OMZ_HOME=~+
# Source files (the order matters).
source "${0:h}/helper.zsh"
source "${0:h}/environment.zsh"

Loading…
Cancel
Save