diff --git a/zsh/.zshrc b/zsh/.zshrc index 5828c68..2179ab2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -127,9 +127,13 @@ bindkey "^W" backward-delete-char bindkey "^\b" emacs-backward-kill-word 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 apply + # Show syntax highlighting when we're not running in emacs if [ -z $EMACS ]; then # source $HOME/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh