Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | fix(autoenv): typo | Carlo Sala | |
2023-06-05 | feat(autoenv): macOS compatibility, add more dirs (#11724) | Diego Costa R | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2022-03-02 | feat(autoenv): add path for Apple Silicon Homebrew (#10749) | JM" (Jason Meridth) | |
2020-03-12 | autoenv: look in additional installation locations, redo logic | Andrew Janke | |
Fixes #4681 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-10-01 | autoenv: add README (#8184) | Rhuan Oliveira | |
2018-10-09 | autojump: move README to right place | Marc Cornellà | |
2018-10-08 | autojump: add README (#7253) | Yordan Ivanov | |
2017-01-05 | Adding new path to look for activate.sh (#5654) | Italo Maia | |
If autoenv was installed with pip and modifier --user, activate.sh will be at .local/bin | |||
2016-09-30 | Add /usr/local/bin to autoenv search path (#5481) | Adrian Petrescu | |
The current list of directories to search for autoenv on misses the default location on Ubuntu systems if you just do a normal `pip install autoenv` - [it will place](https://github.com/kennethreitz/autoenv/blob/master/setup.py#L16) `activate.sh` in `/usr/local/bin` unless you manually override the `--prefix` or something. The `/usr/local/opt/autoenv` is fine for macOS/homebrew installations but it would be nice not to have to manually patch on Linux :) | |||
2015-10-09 | autoenv: actually source autoenv once located | Andrew Janke | |
Fixes bug introduced in #4440 | |||
2015-10-01 | autoenv: also look in the Homebrew installation location for it | Andrew Janke | |
2015-07-10 | Check for autoenv_init function before trying to source autoenv. | Jonathan Cremin | |
2015-02-10 | Pushes autoenv code to its plugin. | LFDM | |
Sources the activate.sh file or informs the user, that its not available. Overriding the cd function, as it was formerly done, is not needed anymore, activate.sh does this by itself. | |||
2013-01-25 | Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into | Serdar Dalgıç | |
oh-my-zsh. |