summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-14 12:18:55 +0100
committerGravatar Tom Willemse2016-03-14 12:18:55 +0100
commit48c765d8aa5514ea4e633c11844cd407498b58e4 (patch)
tree95be3900c9e901e79e2f5a852b9f95909818cf19 /zsh
parent23d5e7ba6a035d36571e550b760adc28b3ec2f42 (diff)
downloaddotfiles-48c765d8aa5514ea4e633c11844cd407498b58e4.tar.gz
dotfiles-48c765d8aa5514ea4e633c11844cd407498b58e4.zip
Update antigen config
Use manually-installed antigen (to use with antigen selfupdate) and add zsh-autosuggestions bundle.
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 5 insertions, 1 deletions
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