1
0
Fork 0
mirror of synced 2024-11-16 13:05:35 -05:00
zimfw/tools/zim_info
2016-09-02 17:46:11 -07:00

9 lines
238 B
Text

#
# 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)"
print "System info: $(command uname -mosr)"