mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2025-02-23 02:55:29 +00:00
Change history file permissions
This commit is contained in:
parent
addfb03ae6
commit
edf6b16f27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user