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?
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 ++ */