From e22a506ec3cc62d9f57bfe5ba4211533576416fb Mon Sep 17 00:00:00 2001 From: godalming123 Date: Mon, 17 Jan 2022 17:06:24 +0000 Subject: [PATCH] fix spelling issue --- 2-user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-user.sh b/2-user.sh index 134df30..4e771bd 100755 --- a/2-user.sh +++ b/2-user.sh @@ -34,8 +34,8 @@ git clone "https://github.com/ChrisTitusTech/zsh" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k ln -s "~/zsh/.zshrc" ~/.zshrc -for PACKADGE in $(cat ~/ArchTitus/pkg-files/aur-pkgs.txt) do - addAUR $PACKADGE +for PACKAGE in $(cat ~/ArchTitus/pkg-files/aur-pkgs.txt) do + addAUR $PACKAGE esac export PATH=$PATH:~/.local/bin