| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The `sh` section currently autofills to `/bin/sh`. This just changes it to fill to `/usr/bin/env sh` to align with the other options.
| Back | FazBrowse Home | New Git URL |
The sh section currently autofills to /bin/sh. This just changes it to fill to /usr/bin/env sh to align with the other options.
Benefits
Uniformity when autocompleting a shell shebang. All other listed shells go to /usr/bin/env, so it likewise made sense that sh should as well.