Update comment

This commit is contained in:
Achilleas 2023-04-08 20:35:21 +03:00
parent f49ec79a65
commit 939f09cef7

View File

@ -62,7 +62,7 @@ if [ "$answer" == "Yes" ] || [ "$answer" == "yes" ] || [ "$answer" == "y" ] || [
fi
echo "OpenAI key and chatgpt path added to ~/.zprofile"
source ~/.zprofile
# zshrc profile, used for interactive shells in linux
# zshrc profile for debian
elif [ -f ~/.zshrc ]; then
echo "export OPENAI_KEY=$key" >>~/.zshrc
if [[ ":$PATH:" == *":/usr/local/bin:"* ]]; then