|
|
|
|
|
by Sugimot0
1548 days ago
|
|
I've been using fish for 2 years now and I pretty much live in the terminal. I would feel handicapped without it. Just use fish and use shebangs `#!/bin/sh` (which should be in your scripts anyways) and you can keep writing/running POSIX scripts all day. I think it's the best option until nushell[0] is ready. As an added bonus now that you don't use bash interactively you can substitute dash[1] and increase the speed of most POSIX scripts, win-win. I'd also recommend zoxide[2], i feel like it's one more must have no matter what you do in the shell. [0]: https://github.com/nushell/nushell
[1]: http://gondor.apana.org.au/~herbert/dash/
[2]: https://github.com/ajeetdsouza/zoxide |
|