From 1398ee9bbbaa694c529450587234d7266b3ed91e Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 17 Jan 2019 17:35:05 -0600 Subject: [PATCH] docs: list full command to change default shell --- doc_src/tutorial.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index b4ef8dfce..07b2a6387 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -696,7 +696,7 @@ vim If you wish to use fish (or any other shell) as your default shell, you need to enter your new shell's executable `/usr/local/bin/fish` in two places: - add `/usr/local/bin/fish` to `/etc/shells` -- change your default shell with `chsh -s` to `/usr/local/bin/fish` +- change your default shell with `chsh -s /usr/local/bin/fish` You can use the following commands for this: