Provide instructions for uninstallation #54

Closed
ikhthiandor opened this Issue May 15, 2015 · 4 comments

4 participants

@ikhthiandor

No description provided.

@ikhthiandor ikhthiandor changed the title from Provide instructions to uninstall to Provide instructions for uninstallation May 15, 2015
@baykovr

Can't speak for the author but here's what I did:

Remove the repository folder:

 rm ~/.zsh-autosuggestions -rf

Remove the lines appended to the end of .zshrc by the install script (by hand):

# Setup zsh-autosuggestions
source /home/you/.zsh-autosuggestions/autosuggestions.zsh

# Enable autosuggestions automatically
zle-line-init() {
    zle autosuggest-start
}

zle -N zle-line-init

# use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
# zsh-autosuggestions is designed to be unobtrusive)
bindkey '^T' autosuggest-toggle
@ikhthiandor

Thanks @baykovr for responding. I also did the same, forgot to remove the directory though.

@faceleg

Does someone want to add this to the readme ?

@faceleg faceleg added the enhancement label May 21, 2015
@jirutka

I’ve described uninstallation in the readme here.

@faceleg faceleg closed this May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment