Check out the Fish for Bash users guide since it explains the main differences.
The few issues I’ve seen for daily use are that export does not work and you need to use set -xVAR value instead, $PS1 is not recognized because Fish uses its own prompt system, and wildcards work a bit differently…
Fish is great out of the box!
Check out the Fish for Bash users guide since it explains the main differences.
The few issues I’ve seen for daily use are that export does not work and you need to use
set -x VAR valueinstead,$PS1is not recognized because Fish uses its own prompt system, and wildcards work a bit differently…