4 lines
171 B
Bash
4 lines
171 B
Bash
|
print "Zim commit ref: $(builtin cd ${ZIM_HOME} && command git rev-parse --short HEAD)"
|
||
|
print "Zsh version: ${ZSH_VERSION}"
|
||
|
print "System info: $(command uname -a)"
|