mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Add note about uninstalling fish
This commit is contained in:
parent
f3c1ca3564
commit
7d9b0a00e4
1 changed files with 16 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
- <a href='#faq-titlebar'>I'm seeing weird output before each prompt when using screen. What's wrong?</a>
|
- <a href='#faq-titlebar'>I'm seeing weird output before each prompt when using screen. What's wrong?</a>
|
||||||
- <a href='#faq-greeting'>How do I change the greeting message?</a>
|
- <a href='#faq-greeting'>How do I change the greeting message?</a>
|
||||||
- <a href='#faq-history'>Why doesn't history substitution ("!$" etc.) work?</a>
|
- <a href='#faq-history'>Why doesn't history substitution ("!$" etc.) work?</a>
|
||||||
|
- <a href='#faq-uninstalling'>How do I uninstall fish?</a>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
@ -146,4 +147,19 @@ Fish history recall is very simple yet effective:
|
||||||
|
|
||||||
See <a href='index.html#editor'>documentation</a> for more details about line editing in fish.
|
See <a href='index.html#editor'>documentation</a> for more details about line editing in fish.
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
\section faq-uninstalling Uninstalling fish
|
||||||
|
|
||||||
|
Should you wish to uninstall fish, first ensure fish is not set as your shell. Run <code>chsh -s /bin/bash</code> if you are not sure.
|
||||||
|
|
||||||
|
Next, do the following (assuming fish was installed to /usr/local):
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
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
|
||||||
|
</pre>
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue