Fixed vim and zsh
This commit is contained in:
11
zsh/tools/zim_update
Normal file
11
zsh/tools/zim_update
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# zim_update - update the zim repository
|
||||
#
|
||||
|
||||
cd ${ZDOTDIR:-${HOME}/.zim}
|
||||
|
||||
# this is the cleanest way I know how to update a repository
|
||||
git remote update -p
|
||||
git merge --ff-only @\{u\}
|
||||
# and update the submodules
|
||||
git submodule update --init --recursive
|
Reference in New Issue
Block a user