From 0952576b275218d705a16780adc6434c704c9f19 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 2 Feb 2022 09:49:38 +0100 Subject: [PATCH] Fixes autoupdater --- install.sh | 2 -- zshrc | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b20fb13..8e4cf37 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/zshrc b/zshrc index 8d0e45d..a9e70e9 100644 --- a/zshrc +++ b/zshrc @@ -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