Why I migrated to the Fish Shell

1 · Carlos Alexandro Becker · Dec. 7, 2020, 9:48 p.m.
Back in June, I started porting my dotfiles from ZSH to Fish. Here’s why. Initial performance Fish’s performance is a lot better than ZSH’s, and very similar to Bash. We can verify that by firing up a container with limited CPU and memory, like so: docker run --rm -it --cpus 1 --memory 100m ubuntu bash And then we can install all the shells, as well as hyperfine, and see how they go:...