1
0
Fork 0
mirror of synced 2024-06-18 06:41:08 -04:00
zimfw/tools/zim_info

10 lines
235 B
Plaintext
Raw Normal View History

2016-05-14 18:22:04 -04:00
#
# 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 -a)"