summaryrefslogtreecommitdiff
path: root/plugins/autojump
AgeCommit message (Collapse)Author
2019-04-09Complain when no autojump script was foundMarc Cornellà
2019-04-09Refactor and clean up autojump pluginMarc Cornellà
2019-04-09Check first default Homebrew prefixMarc Cornellà
2019-04-09Fix homebrew path locationMarc Cornellà
2019-04-09Use source instead of dot to load autojumprl1k
2019-04-09Update autojump.plugin.zshAlex 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-09NixOS: Use autojump.sh to figure out location of autojump.zshMaximilian Güntner
Signed-off-by: Maximilian Güntner <code@maschinenpsychologe.de>
2018-10-09autojump: move README to right placeMarc Cornellà
2018-06-20Fix 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-01Add nixos support for autojump plugin (#6365)Wenzheng Jiang
2015-08-25Update autojump plugin for latest brew installationHans Chen
2014-12-04autojump installed from github has mv the autojump.zsh to ↵ZHANG Biao
$HOME/.autojump/share/autojump/autojump.zsh
2014-11-15Fix autojump script to support Nix installationsGeoffrey Washburn
2014-06-08Autojump plugin: check user local installation first.Hong Xu
Users may install their own version of autojump to override the system installed version.
2013-11-29Add FreeBSD support for autojump pluginych
2013-05-09gentoo linux supportbebugz
2012-12-02Merge pull request #1328 from mfoo/masterRobby Russell
Fix autojump plugin error on Linux with manual installation of autojump
2012-11-06update autojump plugin for latest brew installed autojumpSean Escriva
2012-09-26Add user-local installation autojump zsh plugin sourceMartin 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-21added autojump plugin support for mac os x + portAviad Reich
2012-01-10check if autojump is installedCalogero Lo Leggio
2012-01-03autojump plugin enhancedCalogero Lo Leggio
2011-12-14add support for autojump installed via macportsChristoph Neuroth
2011-05-19Add autojump pluginJacob Atzen