Skip to main content
Tweeted twitter.com/StackUnix/status/1017282596340994048
added 11 characters in body
Source Link
slm
  • 379.7k
  • 127
  • 793
  • 897

I'm trying to use fish shell as my default shell on OSX. I have installed fish shell using brew and when I wanted to add it to /etc/shells/etc/shells I got this error:

tee: /etc/shells: No such file or directory

tee: /etc/shells: No such file or directory

Here's the command line I used:

echo "usr/local/bin/fish" | sudo tee -a /etc/shells

echo "usr/local/bin/fish" | sudo tee -a /etc/shells

sourceSource: https://hackercodex.com/guide/install-fish-shell-mac-ubuntu/

Is there something wrong with my path$PATH?

I'm trying to use fish shell as my default shell on OSX. I have installed fish shell using brew and when I wanted to add it to /etc/shells I got this error:

tee: /etc/shells: No such file or directory

Here's the command line I used:

echo "usr/local/bin/fish" | sudo tee -a /etc/shells

source: https://hackercodex.com/guide/install-fish-shell-mac-ubuntu/

Is there something wrong with my path?

I'm trying to use fish shell as my default shell on OSX. I have installed fish shell using brew and when I wanted to add it to /etc/shells I got this error:

tee: /etc/shells: No such file or directory

Here's the command line I used:

echo "usr/local/bin/fish" | sudo tee -a /etc/shells

Source: https://hackercodex.com/guide/install-fish-shell-mac-ubuntu/

Is there something wrong with my $PATH?

Source Link

Why I can't add fish to /etc/shells?

I'm trying to use fish shell as my default shell on OSX. I have installed fish shell using brew and when I wanted to add it to /etc/shells I got this error:

tee: /etc/shells: No such file or directory

Here's the command line I used:

echo "usr/local/bin/fish" | sudo tee -a /etc/shells

source: https://hackercodex.com/guide/install-fish-shell-mac-ubuntu/

Is there something wrong with my path?