mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
Update comment
This commit is contained in:
parent
f49ec79a65
commit
939f09cef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user