From 7d9b0a00e4ec7c3d10bc08fb4ca4716aa31a0589 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 16 May 2013 09:32:31 -0700 Subject: [PATCH] Add note about uninstalling fish --- doc_src/faq.hdr | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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
+
+ */