Fixes autoupdater

This commit is contained in:
2022-02-02 09:49:38 +01:00
parent 854371a75f
commit 0952576b27
2 changed files with 3 additions and 2 deletions

3
zshrc
View File

@@ -29,3 +29,6 @@ setopt appendhistory
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi
## Update scripts
cd ~/.zshconfig/ && git pull