fish

The Friendly Interactive SHell, a command-line interpreter designed to be user friendly. More information: <https://fishshell.com>.

Debian Debian
RUN apt-get update && \ apt-get install -y fish
Ubuntu
RUN apt-get update && \ apt-get install -y fish
Alpine
RUN apk add fish
Arch Arch Linux
RUN pacman -S --noconfirm fish
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y fish
Fedora
RUN dnf install -y fish
Raspbian
RUN apt-get update && \ apt-get install -y fish
click the source code to copy install fish on any operating system with command-not-found.com