diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index fa3bc314e..528f5c230 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -7,6 +7,7 @@ - I'm seeing weird output before each prompt when using screen. What's wrong? - How do I change the greeting message? - Why doesn't history substitution ("!$" etc.) work? +- How do I uninstall fish?
@@ -146,4 +147,19 @@ Fish history recall is very simple yet effective: See documentation for more details about line editing in fish. +
+ +\section faq-uninstalling Uninstalling fish + +Should you wish to uninstall fish, first ensure fish is not set as your shell. Run chsh -s /bin/bash if you are not sure. + +Next, do the following (assuming fish was installed to /usr/local): + +
+rm -Rf /usr/local/etc/fish /usr/local/share/fish ~/.config/fish
+rm /usr/local/share/man/man1/fish*.1
+cd /usr/local/bin
+rm -f fish mimedb fish_pager fishd fish_indent
+
+ */