Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | feat(autojump): add support for NetBSD (#9746) | Jason A. Crome | |
2021-09-06 | feat(autojump): add new Homebrew default path on M1 Macs (#9637) | Julian Horsch | |
On M1-Macs homebrew uses /opt/homebrew as default location for ARM packages. This results in the autojump plugin not being able to find autojump after a clean default installation. This commit adds the new default location to the autojump plugin. | |||
2020-04-22 | autojump: clarify need to install it first | Marc Cornellà | |
Related: #8806 | |||
2019-08-27 | autojump: fix loading when autojump is not in $PATH (#8074) | mapshen | |
The `commands[autojump]` block errs out when autojump is not found, and the rest, which is intended to be used for loading `autojump`, does not get executed. | |||
2019-04-09 | Complain when no autojump script was found | Marc Cornellà | |
2019-04-09 | Refactor and clean up autojump plugin | Marc Cornellà | |
2019-04-09 | Check first default Homebrew prefix | Marc Cornellà | |
2019-04-09 | Fix homebrew path location | Marc Cornellà | |
2019-04-09 | Use source instead of dot to load autojump | rl1k | |
2019-04-09 | Update autojump.plugin.zsh | Alex Parker | |
I was adding autojump on a new machine and annoyingly forgot that autojump was to be installed on its own. This may be helpful. | |||
2019-04-09 | NixOS: Use autojump.sh to figure out location of autojump.zsh | Maximilian Güntner | |
Signed-off-by: Maximilian Güntner <code@maschinenpsychologe.de> | |||
2018-10-09 | autojump: move README to right place | Marc Cornellà | |
2018-06-20 | Fix autojump sourcing on OSX with Macports (#4801) | Ruben Di Battista | |
* Fix autojump sourcing on OSX with Macports The last version of autojump available on Macports does not have anymore different shell scripts (.sh, .zsh, .bash ...) to be sourced but just one autojump.sh that takes care of that located at /opt/local/etc/profile.d/autojump.sh fix # 4625 * Fix bug with macports autojump on OSX. | |||
2017-11-01 | Add nixos support for autojump plugin (#6365) | Wenzheng Jiang | |
2015-08-25 | Update autojump plugin for latest brew installation | Hans Chen | |
2014-12-04 | autojump installed from github has mv the autojump.zsh to ↵ | ZHANG Biao | |
$HOME/.autojump/share/autojump/autojump.zsh | |||
2014-11-15 | Fix autojump script to support Nix installations | Geoffrey Washburn | |
2014-06-08 | Autojump plugin: check user local installation first. | Hong Xu | |
Users may install their own version of autojump to override the system installed version. | |||
2013-11-29 | Add FreeBSD support for autojump plugin | ych | |
2013-05-09 | gentoo linux support | bebugz | |
2012-12-02 | Merge pull request #1328 from mfoo/master | Robby Russell | |
Fix autojump plugin error on Linux with manual installation of autojump | |||
2012-11-06 | update autojump plugin for latest brew installed autojump | Sean Escriva | |
2012-09-26 | Add user-local installation autojump zsh plugin source | Martin Foot | |
If you manually install autojump as advised by the autojump README by running the install.sh script, it will install by default to $HOME/.autojump. Add an extra case in the zsh autojump plugin to find the new file and stop a syntax error in the else clause every time a new zsh starts (running brew when brew does not exist). | |||
2012-09-21 | added autojump plugin support for mac os x + port | Aviad Reich | |
2012-01-10 | check if autojump is installed | Calogero Lo Leggio | |
2012-01-03 | autojump plugin enhanced | Calogero Lo Leggio | |
2011-12-14 | add support for autojump installed via macports | Christoph Neuroth | |
2011-05-19 | Add autojump plugin | Jacob Atzen | |