add result of (which fish) generally /usr/bin/fish
Published at 2024-03-14
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
shells
sudo vim /etc/shells
# add result of (which fish) generally /usr/bin/fish
chsh -s /usr/bin/fish # maybe sudo chsh
Restart your terminal and see if this works.