Skip to content

Commit 939f09c

Browse files
committed
Update comment
1 parent f49ec79 commit 939f09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [ "$answer" == "Yes" ] || [ "$answer" == "yes" ] || [ "$answer" == "y" ] || [
6262
fi
6363
echo "OpenAI key and chatgpt path added to ~/.zprofile"
6464
source ~/.zprofile
65-
# zshrc profile, used for interactive shells in linux
65+
# zshrc profile for debian
6666
elif [ -f ~/.zshrc ]; then
6767
echo "export OPENAI_KEY=$key" >>~/.zshrc
6868
if [[ ":$PATH:" == *":/usr/local/bin:"* ]]; then

0 commit comments

Comments
 (0)