From 8f3fdc9227c203bc50cb2917232fd3da2c75ea65 Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Thu, 14 Nov 2024 18:34:35 +0100 Subject: [PATCH] Add `.zshenv` to uninstall instructions --- subdomains/docs/_advanced/uninstall.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subdomains/docs/_advanced/uninstall.md b/subdomains/docs/_advanced/uninstall.md index 5224c37..87a70e3 100644 --- a/subdomains/docs/_advanced/uninstall.md +++ b/subdomains/docs/_advanced/uninstall.md @@ -20,8 +20,9 @@ rm -rf ~/.volta 1. `.bashrc` 2. `.bash_profile` 3. `.zshrc` - 4. `config.fish` - 5. `.profile` + 4. `.zshenv` + 5. `config.fish` + 6. `.profile` {% include note.html content="You may need to open a new terminal after making this change, as many shells cache the location of recent commands" %}