Update antigen config

Use manually-installed antigen (to use with antigen selfupdate) and add
zsh-autosuggestions bundle.
This commit is contained in:
Tom Willemse 2016-03-14 12:18:55 +01:00
parent 23d5e7ba6a
commit 48c765d8aa

View file

@ -127,9 +127,13 @@ bindkey "^W" backward-delete-char
bindkey "^\b" emacs-backward-kill-word bindkey "^\b" emacs-backward-kill-word
bindkey "^[#" insert-sudo bindkey "^[#" insert-sudo
source /usr/share/zsh/scripts/antigen/antigen.zsh source ~/.zsh/antigen/antigen.zsh
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
# Show syntax highlighting when we're not running in emacs # Show syntax highlighting when we're not running in emacs
if [ -z $EMACS ]; then if [ -z $EMACS ]; then
# source $HOME/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh # source $HOME/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh