ohmyzsh/plugins
Michael Morgan 27228d83fe fasd: update v alias to evaluate $EDITOR lazily (#7900)
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.
2019-06-01 20:40:04 +02:00
..
adb adb: improve adb -s completion to show helpful info (#7532) 2019-02-17 23:10:17 +01:00
ansible fixed aplay conflict 2019-02-23 09:00:05 +01:00
ant ant: add README (#7375) 2018-11-01 15:17:25 +01:00
apache2-macports
arcanist
archlinux archlinux: fix minor typo (#7752) 2019-04-09 17:24:31 +02:00
asdf asdf: fix homebrew installation path (#7582) 2019-02-08 15:14:09 +01:00
autoenv autojump: move README to right place 2018-10-09 20:34:47 +02:00
autojump Complain when no autojump script was found 2019-04-09 19:45:49 +02:00
autopep8 autopep8: add README (#7249) 2018-10-07 23:29:50 +02:00
aws aws: use function keyword in function definitions 2019-05-28 15:33:02 +02:00
battery battery: add README (#7309) 2018-10-18 20:58:14 +02:00
bbedit use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
bgnotify bgnotify: use double dash in kdialog title option (#7153) 2018-09-25 13:56:29 +02:00
boot2docker
bower bower: add README (#7216) 2018-10-04 13:10:52 +02:00
branch
brew Added brew cask update 2019-01-20 04:24:52 +02:00
bundler Fix incorrect error message when running bi without having bundler installed (#7112) 2018-09-09 00:39:23 +02:00
bwana Simplify explanation of bwana function 2019-04-15 16:46:58 +02:00
cabal cabal: add README (#7367) 2018-10-29 22:11:02 +01:00
cake cake: add README (#7473) 2019-01-25 12:16:20 +01:00
cakephp3
capistrano capistrano: add README (#7376) 2018-11-01 15:29:05 +01:00
cargo cargo: update completion (#5757) 2019-03-25 22:43:19 +01:00
cask
catimg Capitalizate github to GitHub (#5932) 2019-05-07 20:02:41 +02:00
celery celery: add README (#7345) 2018-10-26 17:06:45 +02:00
chruby chruby: add "system" to completion list if available (#5280) 2018-10-01 16:50:17 +02:00
chucknorris chucknorris: add README (#7186) 2018-10-02 21:16:50 +02:00
cloudapp cloudapp: fix permissions of credentials file 2019-04-08 22:19:25 +02:00
cloudfoundry Add cloudfoundry plugin (#7047) 2018-10-09 21:20:55 +02:00
codeclimate
coffee use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
colemak
colored-man-pages
colorize colorize: fix mktemp parameter for compatibility (#7789) 2019-04-29 20:51:29 +02:00
command-not-found command-not-found: add support for NixOS (#7701) 2019-03-25 22:19:46 +01:00
common-aliases
compleat
composer reword 2018-10-17 20:34:58 +02:00
copybuffer
copydir
copyfile
cp
cpanm cpanm: add README (#7377) 2018-11-01 15:42:18 +01:00
dash dash: update dash bundle identifier (#7127) 2018-09-12 18:13:13 +02:00
debian debian: add README (#7438) 2018-11-27 22:57:07 +01:00
dircycle dircycle: improve README (#7223) 2018-10-04 23:47:36 +02:00
dirhistory dirhistory: add README (#7239) 2018-10-06 00:02:47 +02:00
dirpersist Added README file to the dirpersist plugin (#7274) 2018-10-14 09:39:14 -07:00
django django: fix typo in completion (#6233) 2019-05-07 19:51:20 +02:00
dnf misc: remove execution permission from various files 2018-09-15 23:57:12 +02:00
docker Update docker plugin from upstream docker/cli (#7470) 2018-12-31 11:12:34 -08:00
docker-compose docker-compose: update completion (1f97a57, 2019-03-02) 2019-04-09 14:43:48 +02:00
docker-machine docker-machine: add official completion 2018-08-09 19:24:03 +02:00
doctl doctl: add README (#7346) 2018-10-26 17:05:50 +02:00
dotenv dotenv: add support for custom env file names (#7861) 2019-05-19 22:45:27 +02:00
droplr use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
drush Add drush plugin (#4490) 2019-03-29 22:39:52 +01:00
eecms
emacs emacs: revert cab1ac6e68 (#7765) 2019-04-14 12:31:52 +02:00
ember-cli ember-cli : Add alias for ember test --serve (#6492) 2018-08-19 22:14:55 +02:00
emoji use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
emoji-clock emoji-clock: add README (#7208) 2018-10-03 23:06:02 +02:00
emotty emotty: fix for undefined $TTY (FreeBSD) (#7844) 2019-05-25 12:19:51 +02:00
encode64 encode64: add README (#7192) 2018-10-03 17:23:49 +02:00
extract extract: add AAR Android archive support (#7511) 2019-01-15 19:03:07 +01:00
fabric fabric: rename completion back to _fab 2018-11-16 18:55:07 +00:00
fancy-ctrl-z Fix "hurt sme" typo 2019-02-20 16:59:57 +01:00
fasd fasd: update v alias to evaluate $EDITOR lazily (#7900) 2019-06-01 20:40:04 +02:00
fastfile
fbterm
fd fd: fix fd-find completions for debian (#7704) 2019-03-26 14:44:58 +01:00
fedora fedora: add README and deprecation warning (#7178) 2018-10-01 16:45:56 +02:00
firewalld Fixed fwl function in firewalld plugin when sources used (#7011) 2018-08-29 11:57:02 -07:00
forklift Add support for ForkLift 3 (#6490) 2018-08-07 21:39:38 +02:00
fossil
frontend-search frontend: add frontend search commands (#7863) 2019-05-25 11:59:47 +02:00
fzf fzf: Fix shell directory for archlinux package (#7119) 2018-09-08 15:31:13 +02:00
gas
gb
geeknote use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
gem change title to h1 2018-10-04 23:13:46 +02:00
git git: clean up plugin file and delete current_repository function 2019-05-21 11:04:01 +02:00
git-auto-fetch git-auto-fetch: small README fixes 2018-09-26 23:59:57 +02:00
git-extras Capitalizate github to GitHub (#5932) 2019-05-07 20:02:41 +02:00
git-flow git-flow: add "gflfp" alias for feature publish (#6350) 2018-09-13 21:41:26 +02:00
git-flow-avh delete not applicable comments 2018-10-28 13:39:26 +01:00
git-hubflow Capitalizate github to GitHub (#5932) 2019-05-07 20:02:41 +02:00
git-prompt git-prompt: fix LANG override for git status call 2019-04-10 20:30:30 +02:00
git-remote-branch
gitfast gitfast: document deprecated git plugin dependency 2019-04-09 11:28:35 +02:00
github hub: update completion to 2019-02-21 (819aa96) (#7821) 2019-05-01 16:10:31 +02:00
gitignore reword and fix formatting 2018-10-19 18:46:29 +02:00
glassfish
globalias use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
gnu-utils
go go: add README and deprecation warning (#7214) 2018-10-04 13:06:21 +02:00
golang golang: mod and list commands completion (#7665) 2019-03-25 22:36:46 +01:00
gpg-agent add link to documentation 2018-10-19 18:54:26 +02:00
gradle gradle: also support settings files (#7014) 2019-03-29 22:16:29 +01:00
grails grails readme (#7365) 2018-10-28 11:26:08 -07:00
grunt grunt: add README (#7198) 2018-10-03 17:54:07 +02:00
gulp Capitalizate github to GitHub (#5932) 2019-05-07 20:02:41 +02:00
hanami use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
helm helm: add README (#7325) 2018-10-24 15:56:51 +02:00
heroku heroku: add README (#7342) 2018-10-26 14:52:54 +02:00
history
history-substring-search use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
homestead homestead: add README (#7343) 2018-10-26 17:08:27 +02:00
httpie httpie: bundle zsh-completions completion (e5bd16f, 2016-12-18) 2019-04-09 15:30:11 +02:00
iterm2 iterm2: add README (#7230) 2018-10-05 09:29:43 +02:00
jake-node jake-node: add README (#7344) 2018-10-26 17:10:50 +02:00
jenv add brew install path to search 2019-01-22 10:09:07 -05:00
jhbuild
jira Merge branch 'master' into master 2019-05-08 20:40:36 +02:00
jruby
jsontools
jump Provide even spacing between marks (#7456) 2018-12-31 11:15:14 -08:00
kate kate: add README (#7238) 2018-10-05 23:18:10 +02:00
keychain Add keychain plugin 2018-11-01 15:07:58 -07:00
kitchen kitchen: add README (#7275) 2018-10-13 18:51:19 +02:00
knife
knife_ssh
kops delete duplicate documentation 2018-10-28 13:22:26 +01:00
kube-ps1 kube_ps1: customize colors and dynamically toggle prompt (#7269) 2019-04-09 22:41:36 +02:00
kubectl Add new kubectl alias to list all contexts (#7823) 2019-05-21 15:13:05 -07:00
laravel Merge branch 'master' into master 2018-10-08 10:20:10 -03:00
laravel4 laravel4: add README (#7220) 2018-10-04 13:13:04 +02:00
laravel5 laravel5: add README (#7221) 2018-10-04 13:17:01 +02:00
last-working-dir
lein
lighthouse Clean up lighthouse plugin 2019-03-24 11:29:35 +01:00
lol lol: add README (#7231) 2018-10-05 09:38:50 +02:00
macports macports: add README (#7204) 2018-10-03 18:08:50 +02:00
magic-enter Add magic-enter plugin (#4082) 2018-07-01 20:13:49 +02:00
man Updated keybinding syntax 2018-10-12 15:54:31 -04:00
marked2
mercurial mercurial: add hga alias for "hg add" (#4969) 2018-10-06 13:59:18 +02:00
meteor
minikube minikube: add README (#7359) 2018-10-28 13:24:17 +01:00
mix mix: add Nerves tasks to completion (#7180) 2018-10-03 20:10:40 +02:00
mix-fast use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
mosh Add READMEs to plugins: yum, mosh, themes (#7229) 2018-10-04 23:41:34 +02:00
mvn mvn: update documentation 2019-02-17 20:57:56 +01:00
mysql-macports
n98-magerun misc: remove execution permission from various files 2018-09-15 23:57:12 +02:00
nanoc nanoc: update to latest version (#7282) 2018-10-17 21:26:48 +02:00
ng ng: fix shwordsplit option use (#7880) 2019-05-25 19:35:33 +02:00
nmap fix nmap vuln category name (#7044) 2018-08-29 23:06:11 +02:00
node node: add README (#7201) 2018-10-03 17:59:30 +02:00
nomad
npm Stop error "permission denied: /npm_completion" (#6340) 2018-07-01 23:21:20 +02:00
npx
nvm nvm: load nvm script only if command doesn't already exist (#5454) 2019-04-08 17:58:27 +02:00
nyan nyan: add README and deprecation warning (#7251) 2018-10-08 18:27:21 +02:00
oc
osx osx: add more arguments to itunes vol command (#7845) 2019-05-27 18:22:07 +02:00
otp otp: added a plugin for oathtool one-time passwords (#3862) 2019-03-23 22:08:35 +01:00
pass pass: update completion (2018-08-03) 2018-08-09 20:17:43 +02:00
paver
pep8 pep8: add README (#7248) 2018-10-07 23:30:37 +02:00
per-directory-history per-directory-history: redo README for Oh My Zsh 2019-04-29 21:08:26 +02:00
percol use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
perl use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
perms Add argument to set644 and set755 perms alias. (#6959) 2018-07-04 12:48:46 +02:00
phing
pip pip: fix indexes URL (#6986) 2019-04-08 22:39:54 +02:00
pipenv Add plugin for pipenv (#6698) 2019-05-08 09:48:28 +02:00
pj
please Add plugin for Please (#6568) 2019-05-08 16:53:50 +02:00
pod use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
postgres postgres: add README (#7217) 2018-10-04 13:12:07 +02:00
pow use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
powder
powify
profiles
pyenv rbenv: improve rbenv loading based on pyenv (#7626) 2019-05-08 09:51:05 +02:00
pylint added README for pylint plugin (#7277) 2018-10-14 09:43:16 -07:00
python python: add README (#7191) 2018-10-02 23:51:14 +02:00
rails rails: change rg alias to rgen (#7858) 2019-05-17 14:36:20 +02:00
rake
rake-fast rake-fast: remove brackets from completion entries 2019-03-25 10:12:43 +01:00
rand-quote rand-quote: refactor rand-quote function 2018-06-29 18:16:10 +02:00
rbenv rbenv: improve rbenv loading based on pyenv (#7626) 2019-05-08 09:51:05 +02:00
rbfu
react-native react-native: add simulator aliases according to latest Xcode update (#7792) 2019-04-26 16:49:31 +02:00
rebar
redis-cli
repo use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
ripgrep Added a new plugin which adds completion for ripgrep (rg) 2019-03-25 19:51:01 +01:00
ros init ros plugin 2019-01-22 04:49:21 +11:00
rsync rsync: add README (#7188) 2018-10-02 21:44:06 +02:00
ruby ruby: add README (#7212) 2018-10-04 12:48:29 +02:00
rust
rvm
safe-paste use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
salt Feat: add Salt completion plugin (#7031) 2018-09-06 11:34:37 -07:00
sbt sbt: add README (#7294) 2018-10-17 19:42:57 +02:00
scala Readme for Scala plugin added (#7286) 2018-10-14 09:42:56 -07:00
scd misc: remove execution permission from various files 2018-09-15 23:57:12 +02:00
screen
scw use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
sdk Add plugin for SDKMAN (#6483) 2019-05-08 10:27:05 +02:00
sfdx sfdx: add plugin and completion for sfdx (#6540) 2019-04-16 22:08:32 +02:00
sfffe
shrink-path use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
singlechar
spring use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
sprunge use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
ssh-agent ssh-agent: consolidate uppercase message (#7834) 2019-05-07 21:21:55 +02:00
stack Create README.md 2018-10-28 12:28:28 +01:00
sublime sublime: refactor plugin and fix documentation (#7715) 2019-04-15 16:55:18 +02:00
sudo sudo: add README file (#7177) 2018-10-01 12:05:34 +02:00
supervisor
suse suse: remove sudo from some zypper aliases (#7678) 2019-03-22 20:32:29 +01:00
svcat added svcat plugin (#7452) 2018-12-31 11:14:22 -08:00
svn use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
svn-fast-info svn-fast-info: fix svn-fast-info printfs (#7140) 2019-05-20 22:31:48 +02:00
swiftpm swiftpm: improve README 2019-04-08 23:22:15 +02:00
symfony symfony: add README (#7337) 2018-10-25 13:12:02 +02:00
symfony2 Add symfony2 aliases (#7338) 2018-10-28 11:28:15 -07:00
systemadmin systemadmin: fix getip output with ifconfig (#7306) 2018-10-25 13:26:22 +02:00
systemd systemd: add README (#7225) 2018-10-04 23:27:09 +02:00
taskwarrior use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
terminalapp
terminitor
terraform terraform: disable terraform prompt in $HOME (#7227) 2018-10-05 20:56:56 +02:00
textastic use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
textmate Format as a list vs a table 2018-10-12 19:08:18 -05:00
thefuck
themes themes: add custom themes directory support to lstheme (#7236) 2018-10-08 18:25:20 +02:00
thor
tig
timer
tmux tmux: use $terminfo to avoid echoti errors 2018-11-26 19:57:52 +01:00
tmux-cssh
tmuxinator tmuxinator: fix completion file header 2019-04-09 15:37:24 +02:00
torrent torrent: add README (#7873) 2019-05-24 12:17:26 +02:00
transfer transfer: add newline after showing the link 2019-01-30 16:35:16 +01:00
tugboat
ubuntu ubuntu: update plugin README (#7199) 2018-10-03 20:52:38 +02:00
ufw ufw: remove debug print (#6976) 2018-07-09 19:27:02 +02:00
urltools urltools: add readme (#7126) 2018-09-11 20:22:55 +02:00
vagrant Add new vagrant commands (#7455) 2018-12-31 11:13:31 -08:00
vagrant-prompt Adds vagrant_prompt_info function to your shell (#4081) 2018-07-01 20:16:08 +02:00
vault vault: deprecate and update README 2019-04-08 20:39:21 +02:00
vi-mode vi-mode: reset KEYMAP on accept-line (#7818) 2019-05-19 18:22:23 +02:00
vim-interaction Added "-n name" option to vim-interaction plugin (#4522) 2018-07-01 20:48:53 +02:00
virtualenv virtualenv: add README (#7273) 2018-10-12 21:54:26 +02:00
virtualenvwrapper
vscode vscode: add code-insiders support (#7836) 2019-05-08 16:32:27 +02:00
vundle Add README for vundle plugin (#7245) 2018-10-07 09:17:29 -07:00
wakeonlan
wd misc: remove execution permission from various files 2018-09-15 23:57:12 +02:00
web-search web-search: add Givero (supports good causes) as search engine (#7581) 2019-03-23 17:03:45 +01:00
wp-cli fix typo (#7643) 2019-03-10 09:36:21 -07:00
xcode use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
yarn [yarn] more aliases ^^ (#7310) 2018-10-28 11:27:34 -07:00
yii
yii2
yum themes: fix custom themes directory (#7233) 2018-10-05 10:13:39 +02:00
z z: refresh $RANDOM's value outside subshell 2019-02-06 11:57:28 +01:00
zeus Added more levels of zeus compeletion (#2058) 2018-06-30 22:45:20 +02:00
zsh-navigation-tools misc: remove execution permission from various files 2018-09-15 23:57:12 +02:00
zsh_reload