fish

fish 4.9.3

Smart and user-friendly command line shell

https://fishshell.com/
GNU General Public License v2.0 only
main program: fishprograms: fish_indent, fish, fish_key_reader
Platforms (45)
i686-linuxmips-linuxx86_64-redoxx86_64-solarisx86_64-linuxmipsel-netbsdaarch64-freebsdi686-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  fish
];
Ad-hoc shell
nix-shell -p fish
Flake (nix run)
nix run nixpkgs#fish