how to

add result of (which fish) generally /usr/bin/fish

Mar 14, 2024
softwares-and-toolsshells
1 Minutes
25 Words
1
sudo vim /etc/shells
2
# add result of (which fish) generally /usr/bin/fish
3
chsh -s /usr/bin/fish # maybe sudo chsh

Restart your terminal and see if this works.

Article title:add result of (which fish) generally /usr/bin/fish
Article author:Julyfun
Release time:Mar 14, 2024
Copyright 2025
Sitemap