From 0b6366aacba477937dec1f9cc7aa5051168fe2d0 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 25 Nov 2006 02:46:41 +1000 Subject: [PATCH] Fix missing code snippet in faq. Thank you to Binny V A for reporting this bug. darcs-hash:20061124164641-ac50b-5c6594b320269aa5941b84d1d99eac70b636b332.gz --- doc_src/faq.hdr | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index 04961a8a5..11b839394 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -78,6 +78,23 @@ package manager), you first need to add fish to the list of shells by executing the following command (assuming you installed fish in /usr/local) as root: + +echo /usr/local/bin/fish >>/etc/shells + +If you installed a prepackaged version of fish, the package manager +should have already done this for you. + +In order to change your default shell, type: + +chsh -s /usr/local/bin/fish + +You may need to adjust the above path to e.g. /usr/bin/fish. Use the command which fish if you are unsure of where fish is installed. + +You will need to log out and back in again for the change to take +effect. + + + \section faq-titlebar I'm seeing weird output before each prompt when using screen. What's wrong? Quick answer: @@ -106,21 +123,6 @@ Note that fish has a default titlebar message, which will be used if the fish_title function is undefined. So simply unsetting the fish_title function will not work. - -echo /usr/local/bin/fish >>/etc/shells - -If you installed a prepackaged version of fish, the package manager -should have already done this for you. - -In order to change your default shell, type: - -chsh -s /usr/bin/fish - -You may need to adjust the above path to e.g. /usr/local/bin/fish. - -You will need to log out and back in again for the change to take -effect. -
\section faq-greeting How do I change the greeting message?