Thursday, January 25, 2018

Toggle between Fish and Bash Shell


Love Fish Shell? But want to toggle between Fish and Bash? I know I do this at least a few times each time. I mainly need to do this as I copy-paste some script from the web and Fish complains it “does not like certain characters”

Well here is how you can toggle between the Fish and Bash Shells without leaving your command line.

FISH -> BASH :
In your Fish terminal, type “bash --login” to switch back to your Bash terminal

BASH -> FISH :
In your Bash terminal, type “fish” to switch back to your Fish terminal

You're Welcome :)

No comments:

Post a Comment

Fork me on GitHub