Is it possible to use two different shells for different terminal windows?
- by NES
Is it possible to use another shell for scripts than for standard terminal use?
The problem is, i use fish as shell at the moment and i find i very convenient.
But i would like to learn a bit of shell programming in Ubuntu. Since there are differences between those two it would be nice, to work with fish and bash at the same time, perhaps in different terminal windows? i know i can write a shell script and have to put the interpreter in the beginning. But for testing developing at commandline i would find it useful to fast switch between shells or use two different terminal windows with different shells in one session at the same time?