Provide instructions for uninstallation #54
baykovr
commented
May 15, 2015
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
commented
May 16, 2015
Thanks @baykovr for responding. I also did the same, forgot to remove the directory though.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.