From ed016a5bb0796f1aa01af6d081d3599a59cb05df Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 15 May 2023 11:03:27 +1200 Subject: [PATCH] docs: Mention more files referenced by the installer `/etc/bash.bashrc` is backed up as `/etc/bash.bashrc.backup-before-nix`, but since other changes might have been introduced in the meantime we can't just tell the user to revert. --- doc/manual/src/installation/uninstall.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manual/src/installation/uninstall.md b/doc/manual/src/installation/uninstall.md index 0c0c07bfc..7643b535b 100644 --- a/doc/manual/src/installation/uninstall.md +++ b/doc/manual/src/installation/uninstall.md @@ -48,8 +48,10 @@ sudo groupdel nixbld There may also be references to Nix in +- `/etc/bash.bashrc` - `/etc/bashrc` - `/etc/profile` +- `/etc/zsh/zshrc` - `/etc/zshrc` which you may remove.