From 3663f42d88d26145cbf88be3906248174b541a48 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 2 Mar 2022 08:58:35 -0600 Subject: [PATCH] Fix Zshrc link --- scripts/2-user.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/2-user.sh b/scripts/2-user.sh index b1b2c43..b35cce7 100755 --- a/scripts/2-user.sh +++ b/scripts/2-user.sh @@ -17,11 +17,11 @@ Installing AUR Softwares source $HOME/ArchTitus/configs/setup.conf cd ~ - mkdir "/home/$USERNAME/.cache" - touch "/home/$USERNAME/.cache/zshhistory" + mkdir "$HOME/.cache" + touch "$HOME/.cache/zshhistory" git clone "https://github.com/ChrisTitusTech/zsh" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k - ln -s "~/zsh/.zshrc" ~/.zshrc + ln -s "$HOME/zsh/.zshrc" ~/.zshrc sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line do