fix spelling issue
This commit is contained in:
parent
59d343d5b9
commit
e22a506ec3
|
|
@ -34,8 +34,8 @@ git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||||
ln -s "~/zsh/.zshrc" ~/.zshrc
|
ln -s "~/zsh/.zshrc" ~/.zshrc
|
||||||
|
|
||||||
for PACKADGE in $(cat ~/ArchTitus/pkg-files/aur-pkgs.txt) do
|
for PACKAGE in $(cat ~/ArchTitus/pkg-files/aur-pkgs.txt) do
|
||||||
addAUR $PACKADGE
|
addAUR $PACKAGE
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue