在Ubuntu 15.04下安装fish非常的简单,只需要一个命令即可:
sudo apt-get install fish
如果需要设置fish shell 为默认的bash:
which fish //查看fish路径
chsh -s your_fish_path
查看fish帮助文档:https://fishshell.com/docs/current/tutorial.html
在Ubuntu 15.04下安装fish非常的简单,只需要一个命令即可:
sudo apt-get install fish
如果需要设置fish shell 为默认的bash:
which fish //查看fish路径
chsh -s your_fish_path
查看fish帮助文档:https://fishshell.com/docs/current/tutorial.html