-
Notifications
You must be signed in to change notification settings - Fork 95
prompts
Jonathan Dahan edited this page Jul 26, 2018
·
1 revision
export PROMPT_GEOMETRY_COLORIZE_SYMBOL=true
export PROMPT_GEOMETRY_EXEC_TIME=true
export GEOMETRY_TIME_NEUTRAL='yellow'
export GEOMETRY_PLUGIN_HYDRATE_SYMBOL=
export GEOMETRY_PLUGIN_SEPARATOR=' '
export GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path hostname)
export GEOMETRY_PROMPT_PLUGINS_SECONDARY=(exec_time todo git rustup hydrate)
export GEOMETRY_PLUGIN_HYDRATE_BINDKEY='^L'
if [[ ! -f ~/.zr/init.zsh ]] || [[ ~/.zshrc -nt ~/.zr/init.zsh ]]; then
zr load \
jedahan/geometry-hydrate \
jedahan/geometry-todo \
geometry-zsh/geometry
fi
source ~/.zr/init.zsh