LoginSignup
4

More than 5 years have passed since last update.

fish まとめ

Last updated at Posted at 2017-06-01

vim ライクな操作有効化

# ~/.config/fish/config.fish
set fish_vi_key_bindings

補完強化

> fish_update_completions

pip 補完

> pip completion --fish > ~/.config/fish/completions/pip.fish

conda activate/deactivate 有効化

# ~/.config/fish/config.fish
source /home/hogehoge/.pyenv/versions/anaconda3-4.3.1/etc/fish/conf.d/conda.fish`

cmder 設定

  • [Setup -> Startup -> Tasks]
  • -icon "%USERPROFILE%\AppData\Local\lxss\bash.ico"
  • C:\Windows\System32\bash.exe ~ -c fish -cur_console:p

便利なプラグイン

  • z
  • fzf
  • balias
  • omf/theme-bobthefish
  • pyenv

課題

  • cmder で bobthefish のテーマを適用すると以下のようなバグが発生
    • 位置文字入力する毎に改行 bug.png

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4