Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 709 Bytes

install-zsh-suggestion.md

File metadata and controls

20 lines (11 loc) · 709 Bytes

Menginstall ZSH Suggestion di Linux Ubuntu

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-autosuggestions.

    git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions

  2. Add the following to your .zshrc:

    source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh

  3. Start a new terminal session.

Uninstallation

  1. Remove the code referencing this plugin from ~/.zshrc.

  2. Remove the git repository from your hard drive

    rm -rf ~/.zsh/zsh-autosuggestions # Or wherever you installed