10 lines
238 B
Text
10 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)"
|