[zsh] add autopair plugin, remove antibody traces

This commit is contained in:
Julien Rabier 2021-02-18 11:07:48 +01:00
parent 10b521cf7a
commit 2f1f13a15e
5 changed files with 6 additions and 14 deletions

View File

@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa'
[plugins.tmux-xpanes]
github = 'greymd/tmux-xpanes'
[plugins.zsh-autopair]
github = 'hlissner/zsh-autopair'
# For example:
#
# [plugins.base16]

View File

@ -1,7 +1,5 @@
{{- if eq .chezmoi.hostname "taupo" -}}
export GOPATH=$HOME/.go
export DEBEMAIL=julien@ilico.org
export DEBFULLNAME='Julien Rabier'
export PATH=$HOME/projets/tools/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH:/usr/sbin
{{- else -}}
export PATH=$HOME/.bin/:$PATH

View File

@ -1,10 +0,0 @@
zsh-users/zsh-autosuggestions
zdharma/history-search-multi-word
zsh-users/zsh-completions
#zsh-users/zsh-syntax-highlighting
t413/zsh-background-notify
wfxr/forgit
Aloxaf/fzf-tab
reegnz/jq-zsh-plugin
DarrinTisdale/zsh-aliases-exa
greymd/tmux-xpanes

View File

@ -53,8 +53,6 @@ source ~/.zsh/completion/podman.zsh
eval "$(zoxide init zsh)"
eval "$(starship init zsh)"
#source <(antibody init)
#antibody bundle < ~/.zsh_plugins
eval "$(sheldon source)"
# Profiling

View File

@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa'
[plugins.tmux-xpanes]
github = 'greymd/tmux-xpanes'
[plugins.zsh-autopair]
github = 'hlissner/zsh-autopair'
# For example:
#
# [plugins.base16]