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