DEV Community

Discussion on: A beginner's guide for setting up autocomplete on OhMyZsh & Hyper with plugins & themes!

Collapse
 
ahmadhidayatullah profile image
Ahmad Hidayatullah

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

command above will be reflected when you're using/enable ZSH_CUSTOM in .zshrc but if you are not enable ZSH_CUSTOM you can use this command:

sudo git clone github.com/zsh-users/zsh-autosugge... ${ZSH:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

thanks for your sharing bro, helpfully!