好用的Shell:fish

先来一波安装:

Ubuntu系统:

$ apt-get update
$ apt-get install fish

Amazon Linux 2:
先执行

$ rpm -E %{rhel}

查看RHEL版本,如果是版本7,就运行
$ cd /etc/yum.repos.d/
$ wget https://download.opensuse.org/repositories/shells:fish:release:3/CentOS_7/shells:fish:release:3.repo
$ yum install fish

可以编辑/etc/passwd文件,设置fish为默认的shell
也可以通过chsh来设置

$ chsh -s /usr/bin/fish

在python3-venv里使用fish

$ source ./venv/bin/activate.fish