From 48c765d8aa5514ea4e633c11844cd407498b58e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 14 Mar 2016 12:18:55 +0100 Subject: Update antigen config Use manually-installed antigen (to use with antigen selfupdate) and add zsh-autosuggestions bundle. --- zsh/.zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf