Garuda Fish Shell

There is any way to disable fish from terminal ?

I'm having trouble with nvm and i like to use bash with zsh . There is any way ?

You can change shell in Garuda Assistant.

1 Like

If using Alacritty, also edit .config/alacritty/alacritty.yml to use zsh.

1 Like

To switch to bash

chsh -s /bin/bash
1 Like

Off course I know that it exists in Garuda Assistant.
But terminal is best in case you are trying things out because you can see logs.

3 Likes

NVM does not support Fish but there is a way to fix that. Luckily I found this article, check it out.

And, just use fisher install edc/bass instead of fisher add edc/bass as there is no add command in latest version of fisher.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.