Nothing like that "new distro" feel
Nothing like that "new distro" feel
Possibly a n00b question. What’s the benefit of fish over zsh or bash? Does it provide something extra?
I’m using zsh at the moment.
Thanks. Got it installed, and works after reading the Debian README :
Installation
Add the following to your .zshrc:
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
then start a new terminal session.
Tips
still do the scripting in Bash for portability reasons,
For what it’s worth, Debian and most of its derivatives use dash (a Linux port of ash) instead of bash for /bin/sh. It’s ~4x faster and uses much less RAM than Bash. Usually the only scripts that use Bash are scripts that aren’t POSIX compliant or that use Bash-specific features.