- 01 Jun, 2019 1 commit
-
-
Michael Morgan authored
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.
-
- 03 Sep, 2018 2 commits
-
-
Marc Cornellà authored
Fixes #6314
-
-
- 14 May, 2018 1 commit
-
-
Varun Patro authored
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.
-
- 22 May, 2016 1 commit
-
-
Alexander Berezovsky authored
-
- 04 Aug, 2015 1 commit
-
-
Marc Cornellà authored
-
- 02 Jun, 2015 1 commit
-
-
william authored
-
- 30 Apr, 2013 1 commit
-
-
Lindolfo 'Lorn' Rodrigues authored
Using cache technique for faster fasd --init as shown at: https://github.com/clvv/fasdi#install
-
- 23 May, 2012 1 commit
-
-
Alexander Berezovsky authored
-