From 6d8c83ae1650df8f51ffb45651d679a293822e16 Mon Sep 17 00:00:00 2001 From: Robby Moses Date: Thu, 23 May 2024 13:33:36 -0500 Subject: [PATCH] Documenation Addition (#186) 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