Update antigen config
Use manually-installed antigen (to use with antigen selfupdate) and add zsh-autosuggestions bundle.
This commit is contained in:
parent
23d5e7ba6a
commit
48c765d8aa
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue