Sostituzione di antibody con antidote.
This commit is contained in:
parent
721988c3df
commit
e5a843972a
2 changed files with 7 additions and 6 deletions
6
zshrc
6
zshrc
|
@ -18,9 +18,9 @@ if [[ -f ${DOTFILES}/zsh/distro.base.zsh ]]; then
|
|||
source ${DOTFILES}/zsh/distro.base.zsh
|
||||
fi
|
||||
|
||||
# Antigen config - if configuration file exists.
|
||||
if [[ -f ${HOME}/.zsh/antigen.conf.zsh ]]; then
|
||||
source ${HOME}/.zsh/antigen.conf.zsh
|
||||
# Loading antidote
|
||||
if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then
|
||||
source /usr/share/zsh-antidote/antidote.zsh
|
||||
fi
|
||||
|
||||
# configuring fzf plugin for tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue