Skip to the content.

fish 的安装与更新


Contact me:

Blog -> https://cugtyt.github.io/blog/index
Email -> cugtyt@qq.com
GitHub -> Cugtyt@GitHub


fish shell 是 Linux/Unix/Mac OS 的一个命令行 shell,有一些很好用的功能。

自动推荐功能让 fish 非常方便

安装步骤:

$ sudo apt-add-repository ppa:fish-shell/release-2  
$ sudo apt update  
$ sudo apt install fish  

注意:
如果没有第一句加入repository,可能导致版本不是最新,而且update也无法更新到最新版本。