fish-shell(Friendly Interactive SHell) 是一个用户友好的交互式 shell,它专注于易用性和强大的默认功能。相较于 Bash 和 Zsh,fish-shell 提供了更直观的语法、自动补全和强大的脚本功能。
开源地址:https://github.com/fish-shell/fish-shell
一、安装方法
1、Linux用户安装
1.1、centos操作系统
sudo yum install fish -y
1.2、ubuntu操作系统