cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.85k stars 178 forks source link

Use isatty in fish shell #134

Closed domoritz closed 3 years ago

domoritz commented 3 years ago

See https://fishshell.com/docs/current/cmds/isatty.html

cantino commented 3 years ago

Does this fix #129? My interpretation of what you said in that issue was that it does not.

domoritz commented 3 years ago

You're right, it does not but it is an improvement nonetheless since isatty is more robust in general.

cantino commented 3 years ago

Okay!