fish
setup
brew install fish
echo /usr/local/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish
Plugins
configuration
Troubleshooting
multi-line prompt repaints in iterm
Save an empty fish_vi_cursor
function solves this problem.
brew install fish
echo /usr/local/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish
Save an empty fish_vi_cursor
function solves this problem.