Removed autosuggestions

This commit is contained in:
Deon Spengler
2014-11-14 10:15:25 +02:00
parent f96ad25e20
commit cf23469d10

6
zshrc
View File

@@ -88,12 +88,6 @@ zmodload zsh/terminfo
bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey "$terminfo[kcud1]" history-substring-search-down
# Enable autosuggestions automatically
#zle-line-init() {
# zle autosuggest-start
#}
#zle -N zle-line-init
# alias
alias pacupg='sudo pacman -Syu'
alias ls='ls --color=auto -lh'