Fix Zsh
This commit is contained in:
parent
b831bdfe69
commit
7f4b1dd6c2
|
@ -23,4 +23,4 @@ command -v nvim >/dev/null 2>&1 && { echo; nvim --headless +PlugUpdate +PlugUpgr
|
||||||
echo
|
echo
|
||||||
|
|
||||||
DOTDIR="$(dirname $(readlink -e $0))"
|
DOTDIR="$(dirname $(readlink -e $0))"
|
||||||
zsh -ic "git -C $DOTDIR pull && antidote update && fg"
|
zsh -ic "git -C $DOTDIR pull && antidote update && fg &>/dev/null"
|
||||||
|
|
Loading…
Reference in a new issue