tigion / nvim-asciidoc-preview

A simple AsciiDoc preview while editing AsciiDoc documents in Neovim
MIT License
28 stars 3 forks source link

fix: change to use /usr/bin/env instead of /bin/bash #4

Closed EdenEast closed 10 months ago

EdenEast commented 10 months ago

On some distributions like NixOS the system does not have /bin/bash. This change moves the interpreter to use the result of the systems env command which more distros support.

tigion commented 10 months ago

Thank you 🐼