aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar CharlonTank <charles@pryntcases.com>2016-03-24 18:31:26 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-03-25 15:24:30 -0700
commitad97a122c9093610ed0807553e6592a658e5a7a7 (patch)
tree2215b7983f746af1be8fe954ff8900791d625ac8 /README.md
parent516695ff21acb9160f403947840363dba5632f13 (diff)
Update README.md
Add a command that instantly add the fish path to /etc/shells
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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