aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorVictor Engmark <vengmark@linz.govt.nz>2023-05-15 11:03:27 +1200
committerVictor Engmark <vengmark@linz.govt.nz>2023-05-15 11:03:27 +1200
commited016a5bb0796f1aa01af6d081d3599a59cb05df (patch)
treec31dccf84d7e03e7b30e48f434c05b1526b415bb /doc/manual
parente26aad22c61d65b2882892c4cbf394f10ebe49e5 (diff)
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.
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/installation/uninstall.md2
1 files changed, 2 insertions, 0 deletions
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.