6 lines
107 B
Text
6 lines
107 B
Text
#
|
|
# zim_reset - resets the zim repository to latest commit
|
|
#
|
|
|
|
cd ${ZDOTDIR:-${HOME}}/.zim
|
|
git reset --hard
|