Change history file permissions

This commit is contained in:
acx 2023-01-26 14:16:42 +02:00
parent addfb03ae6
commit edf6b16f27

View File

@ -5,6 +5,7 @@ running=true
# create history file
if [ ! -f ~/.chatgpt_history ]; then
touch ~/.chatgpt_history
chmod a+rw ~/.chatgpt_history
fi
while $running; do