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

View File

@@ -73,8 +73,6 @@ ln -s ~/.zshconfig/htoprc .config/htop/htoprc
ln -s ~/.zshconfig/p10k.zsh .p10k.zsh
if [ "$(uname)" != "Darwin" ]; then
ln -s ~/.zshconfig/nanorc /etc/nanorc
ln -s ~/.zshconfig/custom_login.sh /etc/profile/custom_login.sh
chmod +x /etc/profile/login.sh
else
echo MacOS found - No linking of Nanorc needed.
fi

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