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

Make install.sh run on MinGW #918

Closed
ascheman opened this issue Apr 4, 2022 · 1 comment
Closed

Make install.sh run on MinGW #918

ascheman opened this issue Apr 4, 2022 · 1 comment
Labels

Comments

@ascheman
Copy link
Contributor

ascheman commented Apr 4, 2022

As a user of git bash on Windows I would like to easily install the latest version of direnv by executing the net installer. Since the (latest) Windows executable seems to run for me, I suggest to treat the mingw* kernel as computed by uname -s similar to a regular Windows OS to install the binary.

ascheman added a commit to ascheman/direnv that referenced this issue Apr 4, 2022
zimbatm pushed a commit that referenced this issue Apr 5, 2022
@ascheman
Copy link
Contributor Author

ascheman commented Apr 5, 2022

Thanks for merging this so fast, @zimbatm!

@ascheman ascheman closed this as completed Apr 5, 2022
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Sep 30, 2022
pkgsrc changes:
 - Take MAINTAINERship

Changes:
2.32.1 / 2022-06-21
==================
  * feat: Support custom VIRTUAL_ENV for layout_python (#876)
  * fix: vendor go-dotenv (#955)

2.32.0 / 2022-06-13
==================
  * feat: allow conda environment names to be detected from environment.yml (#909)
  * feat: source_up_if_exists: A strict_env compatible version of source_up (#921)
  * feat: Expand ~/ in whitelist paths (#931)
  * feat: Add "block" and "revoke" as aliases of the "deny" command (#935)
  * feat: Add "permit" and "grant" as aliases of the "allow" command (#935)
  * fix: update go-dotenv
  * fix: fetchurl: store files as hex (#930)
  * fix: fetchurl: only store 200 responses (#944)
  * fix: Ensure status log messages are printed with normal color (#884)
  * fix: Clarify handling of .env files (#941)
  * fix: Update shell_elvish.go (#896)
  * fix: stdlib.sh: remove dependency on tput (#932)
  * fix: Use setenv in vim to allow non alphanumeric vars (#901)
  * fix: install.sh: add information about bin_path (#920)
  * fix: Treat `mingw*` as windows (direnv/direnv#918) (#919)
  * fix: man: clarify paths (#929)
  * chore: rc: stop using --noprofile --norc
  * chore: rc: prepare stdin earlier
  * chore: rc: install interrupt handler earlier
  * chore: stdlib: factor out stdlib preparation
  * chore: source_env: show full path (#870)
  * chore: Sort shells in DetectShell
  * build(deps): update several dependencies

2.31.0 / 2022-03-26
==================
  * Don't load .env files by default (#911)
  * doc: `~/.config/direnv/direnvrc` is the default
  * Re-add accidentally deleted comment line (#881)

2.30.3 / 2022-01-05
==================
  * Allow skipping `.env` autoload (#878)
  * stdlib: add `env_vars_required` (#872) (#872)

2.30.2 / 2021-12-28
==================
  * move most code under internal/cmd (#865)

2.30.1 / 2021-12-24
==================
  * FIX: ignore .envrc and .env if they are not files (#864)

2.30.0 / 2021-12-23
==================
  * Add automatic `.env` load (#845)
  * Resolve symlinks during `direnv deny` (#851)
  * update installer for Apple Silicon (#849)
  * stdlib: use_flake handle no layout dir (#861)
  * embed stdlib.sh (#782)
  * embed version.txt
  * go mod update
  * make dist: remove references to Go

2.29.0 / 2021-11-28
==================
  * stdlib: add use_flake function (#847)
  * docs(direnv.toml) Add config.toml clarification (#831)
  * docs(install): fix macos links (#841)
  * Corrects stdlib link in Ruby docs (#837)
  * stdlib.sh: Fix removal of temp file (#830)
  * install.sh: add aarch64 support
  * Updated conditional for zsh hook to be more forgiving (#808)
  * Add -r flag for matching Git branches with a regexp (#800)
  * Add docs about pipenv (#797)
  * Enable syntax hilights to the quick demo code (#752)
  * Fixed extra quotes for lower alpha characters (#783)
  * Remove noisy warning about PS1 again (#781)

2.28.0 / 2021-03-12
==================
  * test: Fix errors for elvish test (#767)
  * tcsh: fix variable escaping (#778)
  * Change DESTDIR to PREFIX in development.md (#774)
  * go: use the /v2 prefix (#765)
  * Relax README's recommendation for nix-direnv (#763)
  * man/direnv.1.md: add FILES section (fix #758) (#759)
  * Add/update fish tests (#754)
  * build(deps): update some dependencies
  * Fix typo "avaible" in install.sh (#750)
  * docs: improve the use_node documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant