Bugswriter / tuxi

Tuxi is a cli assistant. Get answers of your questions instantly.
GNU General Public License v3.0
1.33k stars 73 forks source link

Use uname instead of OSTYPE to detect Darwin #187

Closed khuei closed 3 weeks ago

khuei commented 3 years ago

Since $OSTYPE is not POSIX-compatible, I replace it with uname to detect the platform instead.