1
0
Fork 0
mirror of synced 2024-05-28 21:11:12 -04:00
zimfw/tools/zim_info
2016-09-02 17:46:11 -07:00

10 lines
238 B
Plaintext

#
# 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)"