From 4f29567005bb6b092b24a0a6344c6e8a6bf90ad8 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Mon, 12 Feb 2024 22:06:54 -0700 Subject: [PATCH] fixed path --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a5fd562..727a513 100755 --- a/install +++ b/install @@ -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