|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
# MIT License |
|
|
|
|
# |
|
|
|
|
# Copyright (c) 2015-2016 Matt Hamilton and contributors |
|
|
|
|
# Copyright (c) 2016-2021 Eric Nielsen, Matt Hamilton and contributors |
|
|
|
|
# Copyright (c) 2016-2022 Eric Nielsen, Matt Hamilton and contributors |
|
|
|
|
# |
|
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
|
# of this software and associated documentation files (the "Software"), to deal |
|
|
|
@ -379,7 +379,7 @@ _zimfw_compile() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
_zimfw_info() { |
|
|
|
|
print -R 'zimfw version: '${_zversion}' (built at 2022-01-25 14:32:40 UTC, previous commit is 016e498)' |
|
|
|
|
print -R 'zimfw version: '${_zversion}' (built at 2022-01-25 22:16:46 UTC, previous commit is 72fe20c)' |
|
|
|
|
print -R 'ZIM_HOME: '${ZIM_HOME} |
|
|
|
|
print -R 'Zsh version: '${ZSH_VERSION} |
|
|
|
|
print -R 'System info: '$(command uname -a) |
|
|
|
@ -724,7 +724,7 @@ esac |
|
|
|
|
|
|
|
|
|
zimfw() { |
|
|
|
|
builtin emulate -L zsh -o EXTENDED_GLOB |
|
|
|
|
local -r _zversion='1.7.0' zusage="Usage: %B${0}%b <action> [%B-q%b|%B-v%b] |
|
|
|
|
local -r _zversion='1.8.0' zusage="Usage: %B${0}%b <action> [%B-q%b|%B-v%b] |
|
|
|
|
|
|
|
|
|
Actions: |
|
|
|
|
%Bbuild%b Build %B${ZIM_HOME}/init.zsh%b and %B${ZIM_HOME}/login_init.zsh%b. |
|
|
|
|