LoginSignup
1
0

More than 3 years have passed since last update.

コマンドの自動補完ツールな「zsh-autosuggestions」

Last updated at Posted at 2021-01-14

コマンド 予測変換 とかで検索してもなかなかピンとくる物が出てこず、ウロウロしてる時に見つけた便利なコマンド補完ツールのご紹介。

インストールの手順はまずbrew install

brew install zsh-autosuggestions

そのあとに .zshrc に以下を追記

source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh

で読み込み直したらおわり。

簡単。

スクリーンショット 2021-01-14 12.28.58.png

こんな感じで、過去に使ったコマンドをサジェストしてくれる。

便利。

1
0
0

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
1
0