From b97b95e926de0b8749a271c1d8f29055445aba1e Mon Sep 17 00:00:00 2001 From: Robert Moses Date: Wed, 22 May 2024 22:47:56 -0500 Subject: [PATCH] Documenation Addition Added a tip to the documentation about the optional --keep argument to keep the current .zshrc file. Fixes zap-zsh/zap#184 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32546bd..4fafaf1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ To get your nerd font check out [getNF](https://github.com/ronniedroid/getnf) pr zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1 ``` +> [!TIP] +> If you wish to keep your current `.zshrc` file, you may add the `-k or --keep` argument when executing the install script. + **Zap works on Linux, macOS, Windows (within WSL), Android (within Termux)** ## Example usage