mirror of https://github.com/zimfw/zimfw.git
We want to recompile zimfw.zsh if it changes. ZIM_HOME is not required to be set beforehand anymore, so let's give the users the variable info back.pull/358/head
parent
8c7d0081b1
commit
c47c4fc08b
@ -1,5 +1,6 @@ |
||||
_zimfw_info() { |
||||
print 'Zim version: <%= version %> (previous commit is <%= `git rev-parse --short HEAD | tr -d '\r\n'` %>)' |
||||
print -R "Zsh version: ${ZSH_VERSION}" |
||||
print -R "System info: $(command uname -a)" |
||||
print -R 'ZIM_HOME: '${ZIM_HOME} |
||||
print -R 'Zsh version: '${ZSH_VERSION} |
||||
print -R 'System info: '$(command uname -a) |
||||
} |
||||
|
Loading…
Reference in new issue