From c13fe60b02e6a152ce0c7f78f15e07e5b5dbd196 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sat, 14 Dec 2019 22:41:19 -0500 Subject: [PATCH] Update README.md with new zshenv template --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed6463f..bd10aa7 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,10 @@ If you have a different shell framework installed (like oh-my-zsh or prezto), `~/.zim/zimfw.zsh`. 4. Add the lines in the following templates to the respective dot files: - * [~/.zimrc](https://github.com/zimfw/install/blob/develop/src/templates/zimrc) - * [~/.zlogin](https://github.com/zimfw/install/blob/develop/src/templates/zlogin) + * [~/.zshenv](https://github.com/zimfw/install/blob/develop/src/templates/zshenv) * [~/.zshrc](https://github.com/zimfw/install/blob/develop/src/templates/zshrc) + * [~/.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: @@ -108,7 +109,7 @@ By default, the module name is the last component in the ``. Use the * `-s|--source `: Source specified file. The file path is relative to the module root directory. Default: the file with largest size matching `{init.zsh|module_name.{zsh|plugin.zsh|zsh-theme|sh}}`, if any exists. -* `-d|--disabled`: Don't use or clean the module. +* `-d|--disabled`: Don't use or uninstall the module. ### zimfw @@ -134,7 +135,7 @@ Uninstalling ------------ The best way to remove Zim is to manually delete `~/.zim`, `~/.zimrc`, and -remove the initialization lines from your `~/.zshrc` and `~/.zlogin`. +remove the initialization lines from your `~/.zshenv`, `~/.zshrc` and `~/.zlogin`. [history-substring-search]: https://zimfw.github.io/images/zim_history-substring-search.gif [syntax-highlighting]: https://zimfw.github.io/images/zim_syntax-highlighting.gif