1
0
Fork 0

Add alias to update Prezto

pull/1087/head
Fabio Perez 9 years ago
parent 7227c4f0be
commit 18c5cadae8

@ -46,6 +46,10 @@ Pull the latest changes and update submodules.
git pull && git submodule update --init --recursive
Or use the alias:
prezto-update
Usage
-----

@ -111,3 +111,6 @@ unset zfunction{s,}
zstyle -a ':prezto:load' pmodule 'pmodules'
pmodload "$pmodules[@]"
unset pmodules
# Set alias to update Prezto.
alias prezto-update='(cd "${ZDOTDIR:-$HOME}/.zprezto/"; git pull && git submodule update --init --recursive)'

Loading…
Cancel
Save