Tagged Questions
0
votes
0answers
83 views
Unable to change shell from bash to fish
I just downloaded and installed fish and I want to use that as my default shell, but for some reason, I am not able to change the default shell from bash to fish.
I have tried the following:
sudo ...
2
votes
1answer
174 views
On OS X, how do I change my shell from fishfish back to bash?
I'm kinda preferring bash lately to fishfish, and I'm wondering if I can change it back. I tried this command: chsh -s /bin/bash but closing the terminal and reopening it does not restore it to bash, ...
2
votes
2answers
270 views
Directory of running script in Fish shell
I'm trying to get SBT running using the Fish shell. Below is the equivalent Bash script of what I'm trying to achieve:
java -Xmx512M -jar `dirname $0`/sbt-launch.jar "$@"
I see in the Fish ...