1sudo vim /etc/shells2# add result of (which fish) generally /usr/bin/fish3chsh -s /usr/bin/fish # maybe sudo chshRestart your terminal and see if this works.
1sudo vim /etc/shells2# add result of (which fish) generally /usr/bin/fish3chsh -s /usr/bin/fish # maybe sudo chshRestart your terminal and see if this works.