diff --git a/README.md b/README.md index bd10aa7..12170ae 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ If you have a different shell framework installed (like oh-my-zsh or prezto), * [~/.zlogin](https://github.com/zimfw/install/blob/develop/src/templates/zlogin) * [~/.zimrc](https://github.com/zimfw/install/blob/develop/src/templates/zimrc) -5. Install the modules defined in `~/.zimrc` and build the static initialization script: +5. Install the modules defined in `~/.zimrc` and build the initialization scripts: source ~/.zim/zimfw.zsh install diff --git a/src/stage2/30_zmodule.zsh.erb b/src/stage2/30_zmodule.zsh.erb index 9c233e2..9099c88 100644 --- a/src/stage2/30_zmodule.zsh.erb +++ b/src/stage2/30_zmodule.zsh.erb @@ -11,10 +11,10 @@ Startup options: %B-f%b|%B--fpath%b Add specified path to fpath %B-a%b|%B--autoload%b Autoload specified function %B-s%b|%B--source%b Source specified file - %B-d%b|%B--disabled%b Don't use or clean the module + %B-d%b|%B--disabled%b Don't use or uninstall the module " if [[ ${${funcfiletrace[1]%:*}:t} != .zimrc ]]; then - print -u2 -PR "%F{red}${0}: Must be called from <%= home %>/.zimrc%f"$'\n'${zusage} + print -u2 -PR "%F{red}${0}: Must be called from %B<%= home %>/.zimrc%b%f"$'\n'${zusage} return 1 fi if (( ! # )); then diff --git a/src/stage2/80_zimfw.zsh.erb b/src/stage2/80_zimfw.zsh.erb index 8e943c3..f276ebd 100644 --- a/src/stage2/80_zimfw.zsh.erb +++ b/src/stage2/80_zimfw.zsh.erb @@ -3,7 +3,7 @@ zimfw() { Usage: %B${0}%b [%B-q%b] Actions: - %Bbuild%b Build init.zsh + %Bbuild%b Build init.zsh and login_init.zsh %Bclean%b Clean all (see below) %Bclean-compiled%b Clean Zsh compiled files %Bclean-dumpfile%b Clean completion dump file diff --git a/zimfw.zsh b/zimfw.zsh index 10d8918..85d7f57 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -114,10 +114,10 @@ Startup options: %B-f%b|%B--fpath%b Add specified path to fpath %B-a%b|%B--autoload%b Autoload specified function %B-s%b|%B--source%b Source specified file - %B-d%b|%B--disabled%b Don't use or clean the module + %B-d%b|%B--disabled%b Don't use or uninstall the module " if [[ ${${funcfiletrace[1]%:*}:t} != .zimrc ]]; then - print -u2 -PR "%F{red}${0}: Must be called from ${ZDOTDIR:-${HOME}}/.zimrc%f"$'\n'${zusage} + print -u2 -PR "%F{red}${0}: Must be called from %B${ZDOTDIR:-${HOME}}/.zimrc%b%f"$'\n'${zusage} return 1 fi if (( ! # )); then @@ -307,7 +307,7 @@ zimfw() { Usage: %B${0}%b [%B-q%b] Actions: - %Bbuild%b Build init.zsh + %Bbuild%b Build init.zsh and login_init.zsh %Bclean%b Clean all (see below) %Bclean-compiled%b Clean Zsh compiled files %Bclean-dumpfile%b Clean completion dump file