jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.55k stars 257 forks source link

fisher.fish: Use short-option style for tar #665

Closed jagtalon closed 3 years ago

jagtalon commented 3 years ago

OpenBSD's tar command unfortunately doesn't support long options (see https://man.openbsd.org/tar). Using short options ensures compatibility with OpenBSD systems.

Also see https://github.com/jorgebucaran/fisher/issues/489

jorgebucaran commented 3 years ago

Thank you, @jagtalon! 💯

jagtalon commented 3 years ago

@jorgebucaran you got it thank you for the guidance!