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