Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[Shell] zsh-autosuggestions

Simple plugin to get autosuggestions from your history while typing in your Zsh shell. If you are using Oh My Zsh, the installtion is done in 3 steps. Look here.
Just grab the plugin:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Add it in your ~/.zshrc (zsh config):

plugins=(zsh-autosuggestions)

And restart the terminal. Done.

One comment

  1. Pingback: [Shell] Zsh + Oh My Zsh + Powerlevel10k – nocin.eu

Leave a Reply

Your email address will not be published. Required fields are marked *