Passaggio da antigen a antibody.
This commit is contained in:
parent
8ae0504092
commit
983d716373
3 changed files with 26 additions and 18 deletions
19
zshrc
19
zshrc
|
@ -21,26 +21,9 @@ if [[ -f ${DOTFILES}/zsh/distro.base.zsh ]]; then
|
|||
source ${DOTFILES}/zsh/distro.base.zsh
|
||||
fi
|
||||
|
||||
# Antigen config
|
||||
# Antigen config - if configuration file exists.
|
||||
if [[ -f ${HOME}/.zsh/antigen.conf.zsh ]]; then
|
||||
source ${HOME}/.zsh/antigen.conf.zsh
|
||||
else
|
||||
source ${DOTFILES}/zsh/antigen.zsh
|
||||
antigen bundle command-not-found
|
||||
antigen bundle common-aliases
|
||||
antigen bundle copyfile
|
||||
antigen bundle fd
|
||||
antigen bundle fzf
|
||||
antigen bundle git
|
||||
antigen bundle pip
|
||||
antigen bundle python
|
||||
antigen bundle rsync
|
||||
antigen bundle sudo
|
||||
antigen bundle systemadmin
|
||||
antigen bundle systemd
|
||||
antigen bundle z
|
||||
antigen bundle sunlei/zsh-ssh
|
||||
antigen apply
|
||||
fi
|
||||
|
||||
# configuring fzf plugin for tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue