From ad97a122c9093610ed0807553e6592a658e5a7a7 Mon Sep 17 00:00:00 2001 From: CharlonTank Date: Thu, 24 Mar 2016 18:31:26 -0700 Subject: Update README.md Add a command that instantly add the fish path to /etc/shells --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bfbd790e..fc549ef6 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ If you wish to use fish as your default shell, use the following command: chsh will prompt you for your password, and change your default shell. Substitute "/usr/local/bin/fish" with whatever path to fish is in your /etc/shells file. +Use the following command if you didn't already add your fish path to /etc/shells. + + echo /usr/local/bin/fish | sudo tee -a /etc/shells + To switch your default shell back, you can run: chsh -s /bin/bash -- cgit v1.2.3