summaryrefslogtreecommitdiff
path: root/plugins/fasd
AgeCommit message (Collapse)Author
2019-11-05fasd: add README (#8334)Sudhin MN
2019-06-01fasd: update `v` alias to evaluate $EDITOR lazily (#7900)Michael Morgan
For the `v` alias to work in its current state, the environment variable EDITOR must already be defined by the time `source $ZSH/oh-my-zsh.sh` happens. However, in the included zshrc template, EDITOR is set from within the "User configuration" section, which begins immediately after the above line. This means that, unless the user knows to move their `export EDITOR` statements, EDITOR will be undefined when fasd.plugin.zsh loads, and therefore the alias will have the value 'f -e ""', preventing it from functioning. With this change, `"$EDITOR"` will be evaluated each time the alias is invoked, instead of just once when the alias is created. This allows for EDITOR to be set from "User configuration" in the zshrc, and has the additional flexibility of allowing a user to specify a different EDITOR for a single session or invocation of the alias.
2018-09-03fasd: use xdg-open in o alias back againMarc Cornellà
Fixes #6314
2018-09-03fasd: drop-in replace the autojump j alias (#3860)Cristian Măgherușan-Stanciu @magheru_san
2018-05-14Update fasd.plugin.zsh (#6822)Varun Patro
If `EDITOR` variable contains arguments to an editor such as mine: `export EDITOR=emacsclient -t -c --alternate-editor=''` Then, the editor's arguments are passed on to `fasd`. To fix this, pass the EDITOR program in quotes.
2016-05-21Change vim command to $EDITOR for consistency (#5063)Alexander Berezovsky
2015-08-05Use standard open command in fasd and lighthouse pluginsMarc Cornellà
2015-06-02Respect $ZSH_CACHE_DIR when creating fasd's cachewilliam
2013-04-30Cache for fasd --initLindolfo 'Lorn' Rodrigues
Using cache technique for faster fasd --init as shown at: https://github.com/clvv/fasdi#install
2012-05-23add fasd pluginAlexander Berezovsky