9 lines
226 B
Text
9 lines
226 B
Text
#
|
|
# zim_info - prints zim and system info
|
|
#
|
|
|
|
cd ${ZIM_DATA_DIR}
|
|
|
|
print "Zim commit ref: $(command git rev-parse --short HEAD)"
|
|
print "Zsh version: $(command zsh --version)"
|
|
print "System info: $(command uname -a)"
|