Skip to main content

fish shellのセットアップ

Version情報

fish -v
fish, version 3.1.2

Install

# /etc/shellsに`which fish`のPATHを追加
sudo vim /etc/shells
chsh -s `which fish`

completions(補完)のインストール

git clone https://github.com/fish-shell/fish-shell.git --depth 1
mv fish-shell/share/completions/ ~/.config/

Plugin Managerのインストール

curl -L http://get.oh-my.fish | fish

https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install

Theme

Reference