We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49ec79 commit 939f09cCopy full SHA for 939f09c
install.sh
@@ -62,7 +62,7 @@ if [ "$answer" == "Yes" ] || [ "$answer" == "yes" ] || [ "$answer" == "y" ] || [
62
fi
63
echo "OpenAI key and chatgpt path added to ~/.zprofile"
64
source ~/.zprofile
65
- # zshrc profile, used for interactive shells in linux
+ # zshrc profile for debian
66
elif [ -f ~/.zshrc ]; then
67
echo "export OPENAI_KEY=$key" >>~/.zshrc
68
if [[ ":$PATH:" == *":/usr/local/bin:"* ]]; then
0 commit comments