2016-05-14 18:22:04 -04:00
|
|
|
#
|
|
|
|
# zim_info - prints zim and system info
|
|
|
|
#
|
|
|
|
|
|
|
|
cd ${ZDOTDIR:-${HOME}}/.zim
|
|
|
|
|
|
|
|
print "Zim commit ref: $(command git rev-parse --short HEAD)"
|
|
|
|
print "Zsh version: $(command zsh --version)"
|
2016-09-24 21:11:25 -04:00
|
|
|
print "System info: $(command uname -a)"
|