File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ For `~/.bashrc`:
7474``` shell
7575echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=$(pwd)' >> ~ /.bashrc
7676echo ' export PATH=$PATH:${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin' >> ~ /.bashrc
77- echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"'
77+ echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"' >> ~ /.zshrc
7878```
7979
8080For ` ~/.zshrc ` :
8181
8282``` shell
8383echo ' export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR=$(pwd)' >> ~ /.zshrc
8484echo ' export PATH=$PATH:${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin' >> ~ /.zshrc
85- echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"'
85+ echo ' alias aidd="${AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR}/bin/ai-intent-driven-development.sh"' >> ~ /.zshrc
8686```
8787
8888> ** IMPORTANT:** The environment variable ` AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR ` is required for the script to work properly.
You can’t perform that action at this time.
0 commit comments