Which shells do you guys tend to use the most?
I’ve been trying to get into fish lately, have also used xonsh because I’m really comfortable with python so why not use that instead of bash and just inject subshells into my python scripts
Which shells do you guys tend to use the most?
I’ve been trying to get into fish lately, have also used xonsh because I’m really comfortable with python so why not use that instead of bash and just inject subshells into my python scripts
Any major issues besides having to change shebangs from
#!/usr/bin/shto#!/usr/bin/env bashfor existing scripts? I’m still not sure I totally get the fish language, it’s close enough to bash that I keep wanting to do bash, but different enough that nothing works and I get fun errors loldeleted by creator