株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

# インストール
sudo apt-get -y install fish

# デフォルトシェル変更
chsh -s $(which fish)

# 補完機能強化
curl -L https://get.oh-my.fish | fish

# Ctrl+R使えるように
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

# 補完アップデート?
fish_update_completions

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)