fixed path

This commit is contained in:
Josh Ashton
2024-02-12 22:06:54 -07:00
parent 1d75e3acda
commit 4f29567005
+1 -1
View File
@@ -122,7 +122,7 @@ setup_environment() {
echo "# Auto-generated by quaxlyqueen/scripts. Environment setup" >> ~/.zshrc
echo "alias gt='. goto $1'" >> ~/.zshrc
echo "alias goto='. goto $1'" >> ~/.zshrc
echo "export PATH=$PATH:$DIR" >> ~/.zshrc
echo "export PATH=\$PATH:$DIR" >> ~/.zshrc
# Source the .zshrc file to update the environment
source ~/.zshrc