mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
zsh: get rid of loading message
This commit is contained in:
parent
edc1934e83
commit
81d8c56836
|
@ -33,7 +33,6 @@ autoload -Uz bashcompinit && bashcompinit
|
||||||
zsh_plugins="$DOTFILES/zsh_plugins"
|
zsh_plugins="$DOTFILES/zsh_plugins"
|
||||||
if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then
|
if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then
|
||||||
(
|
(
|
||||||
echo loading $zsh_plugins.txt
|
|
||||||
source $DOTFILES/antidote/antidote.zsh
|
source $DOTFILES/antidote/antidote.zsh
|
||||||
|
|
||||||
echo "ZSH=$(antidote path ohmyzsh/ohmyzsh)" >${zsh_plugins}.zsh
|
echo "ZSH=$(antidote path ohmyzsh/ohmyzsh)" >${zsh_plugins}.zsh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user