Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Updated sh section to use /usr/bin/env #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated sh section to use /usr/bin/env #167

wants to merge 1 commit into from

Conversation

hwittenborn
Copy link

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant