Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't rely on $_ env magic #90

Merged
merged 3 commits into from
Jan 9, 2023
Merged

Don't rely on $_ env magic #90

merged 3 commits into from
Jan 9, 2023

Commits on Jan 5, 2023

  1. Don't rely on $_ env magic

    $_ doesn't seem to work everywhere; it's managed by built-in programs, and vaguely described as a bash variable. Let's keep it simple by using the path name again.
    2colours committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    018e015 View commit details
    Browse the repository at this point in the history
  2. Remove $_ magic var from star source as well

    It's more portable to not use it, for not a lot of typing.
    2colours committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    19adc26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from 2colours/patch-2

    Remove $_ magic var from star source as well
    2colours committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    be24c1f View commit details
    Browse the repository at this point in the history