Hacker News new | ask | show | jobs
by Aissen 2570 days ago
I recently moved from bash to fish. Re-training is was easier than I thought, especially not having to tap Ctrl+R every time I'm looking in the history (that one was hard wired). I wrote about my migration here:

https://anisse.astier.eu/bash-to-fish.html

One thing I haven't touched in my article: globbing behaves differently than the default, which means you have to quote your '*.ext' arguments when using find for example. This is fairly well documented: https://fishshell.com/docs/current/index.html#expand

I very rarely move back to bash, so I consider this migration a success :-) If you haven't yet, should try it !