abhagsain / ai-cli

Get answers for CLI commands from ChatGPT right from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running ai auth creates a folder named "~" at my cwd

rohankhanna opened this issue · comments

Steps to reproduce:

On an M1 Macbook pro running macos 13:
on a zsh terminal running oh-my-zsh:
run "ai auth"
paste the api key and then run ls on the zsh interface.

You will see a folder that has been created named "~" with the contents: ai/ and configstore/
Expected behaviour would have been that these filed were created at the home folder that is colloquially referred to as "~" in unix environments.