2016-05-14 15:22:04 -07:00
|
|
|
#
|
|
|
|
# zim_info - prints zim and system info
|
|
|
|
#
|
|
|
|
|
2017-06-10 20:54:22 -03:00
|
|
|
cd ${ZIM_HOME}
|
2016-05-14 15:22:04 -07:00
|
|
|
|
|
|
|
print "Zim commit ref: $(command git rev-parse --short HEAD)"
|
|
|
|
print "Zsh version: $(command zsh --version)"
|
2016-09-24 20:11:25 -05:00
|
|
|
print "System info: $(command uname -a)"
|