1
0
Fork 0

current_path should be local

pull/5/head
Jonathan Dahan 13 years ago
parent b3084aa238
commit 4fe4155ecc

@ -15,7 +15,7 @@
#
# ( [ ! -f ~/.omz-update ] || [ ~/.omz-update(Nmh+6) ] ) && update-omz && touch ~/.omz-update
current_path=$PWD
local current_path=$PWD
cd $OMZ_HOME
zstyle -t ':omz:function:update-omz' auto-commit || local nocommit='--no-commit'

Loading…
Cancel
Save