ohmyzsh/plugins
Paul Melnikow 4c409b0de9 sublime: Make subl a function so it can be called from functions in other modules
Without this change, whether a function can invoke 'subl' depends on the order in which modules are loaded. With this change, the order doesn't matter.

zsh resolves aliases at parse time not run time, which means if you invoke an alias from a function, the alias must be defined before the function.

See http://stackoverflow.com/a/25532276/893113 which refers to an explanation of this limitation.

For code which may be used non-interactively, the recommend workaround is to use functions instead of aliases.
2015-06-11 21:10:34 +02:00
..
adb Update _adb 2015-03-16 13:55:35 +08:00
ant Fix for ant targets with leading dash 2015-02-09 13:12:02 -08:00
apache2-macports
archlinux Merge pull request #2999 from nicorevin/master 2015-06-05 08:04:59 -07:00
atom atom plugin 2014-03-21 11:49:52 -04:00
autoenv Pushes autoenv code to its plugin. 2015-02-10 19:22:38 +01:00
autojump autojump installed from github has mv the autojump.zsh to $HOME/.autojump/share/autojump/autojump.zsh 2014-12-04 11:38:37 +08:00
autopep8
aws Fix homebrew directory in aws plugin. 2015-06-10 14:36:54 +02:00
battery Use $OSTYPE instead of uname to speed things up 2014-07-23 09:18:14 -04:00
bbedit Adding README.md 2014-08-31 12:56:23 -05:00
bgnotify Re-order OS detection if..else statement. 2015-02-23 17:25:55 +00:00
boot2docker [boot2docker plugin] Initial version 2014-11-13 18:59:04 +01:00
bower Removed unnecessary execute permissions for some plugins 2014-05-29 10:58:17 +02:00
brew Create new aliases for homebrew plugin 2015-05-31 19:34:01 +02:00
brew-cask brew-cask plugin: use spaces instead of tabs 2014-03-25 16:56:09 +01:00
bundler Use $OSTYPE instead of uname to speed things up 2014-07-23 09:18:14 -04:00
bwana
cabal Merge pull request #2346 from zsiciarz/master 2015-02-22 10:24:21 -08:00
cake Switch newer-than logic to get the desired behavior 2015-02-01 23:32:38 +01:00
cakephp3 Add CakePHP3 plugin 2015-05-12 13:23:05 -04:00
capistrano
cask
catimg Verification of convert inside the function 2014-02-23 10:07:26 +01:00
celery
chruby Fix chruby plugin to not complain if chruby is *not* installed 2014-11-24 09:54:50 +01:00
chucknorris add chucknorris plugin 2015-02-05 07:43:42 +01:00
cloudapp
coffee
colemak Fix path for colemak plugin 2014-05-28 11:22:35 +02:00
colored-man Update Solaris changes to use OSTYPE and zsh datetime module. 2014-09-16 22:29:52 +05:30
colorize Update colorize.plugin.zsh 2014-05-29 10:56:41 +02:00
command-not-found Add Fedora support for command-not-found plugin 2015-01-10 15:38:49 +01:00
common-aliases Deletes dot aliases from common-aliases. 2015-02-10 19:22:39 +01:00
compleat
composer Fix: "\s" is a gawk-specific regexp operator. 2015-02-17 01:24:21 +03:00
copydir
copyfile
cp
cpanm
debian New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases 2014-03-25 16:47:58 +01:00
dircycle Account for iTerm2 sent keys in dircycle plugin 2015-02-10 19:18:15 +01:00
dirhistory Change all pwd calls for $PWD variable 2014-11-06 18:33:56 +01:00
dirpersist Fix dirpersist plugin 2014-03-20 10:43:33 +01:00
django [Modify] Update django.plugin.zsh for Django 1.7.6 2015-03-17 03:26:44 +08:00
docker Remove docker insert command 2015-06-10 14:36:53 +02:00
emacs Add check for display list equals nil 2014-03-24 12:10:18 +01:00
ember-cli Creates Ember-cli plugin and Adds its aliases 2015-02-04 15:39:34 +05:30
emoji-clock added support for GNU version of `date` 2014-10-14 20:44:31 +05:30
encode64
extract Add .ipsw to the extract plugin. 2015-02-11 16:48:31 -08:00
fabric
fasd
fastfile
fbterm
forklift typo 2014-07-22 13:25:04 -04:00
frontend-search Add autocomplete for frontend-search 2015-04-26 11:43:45 -03:00
gas
gem gem plugin: added _files to install command 2014-07-16 12:27:01 +02:00
git Many updates to git plugin (see #2790) 2015-05-08 16:00:22 +02:00
git-extras
git-flow Update git-flow.plugin.zsh 2015-01-20 21:24:41 -05:00
git-flow-avh Update git-flow-avh 1.7.0 2013-12-03 08:56:18 -05:00
git-hubflow Update git-hubflow.plugin.zsh 2015-01-20 21:25:07 -05:00
git-prompt Clean up appearance lib file and redundant `colors` calls in other files 2015-02-10 19:22:50 +01:00
git-remote-branch
gitfast gitfast: back-port prompt fix 2014-04-21 21:13:06 -05:00
github Corrected syntax error in github plugin's empty_gh function 2014-05-28 11:19:16 +02:00
gitignore Follow-redirect and silent mode curl throughout gitignore 2014-10-22 18:13:15 +02:00
glassfish application completion 2014-03-25 16:47:58 +01:00
gnu-utils
go remove duplicate 'go' plugin, symlink to 'golang' 2014-02-12 20:09:44 -06:00
golang go plugin upgrade for version 1.4 2014-12-30 14:53:31 -08:00
gpg-agent
gradle Fix comparison used to determine if the cache is outdated. 2014-06-02 16:11:22 +02:00
grails Removed unnecessary execute permissions for some plugins 2014-05-29 10:58:17 +02:00
grunt Update Grunt plugin to 0.1.2 2015-02-23 11:43:19 +00:00
heroku Update the list of Heroku Postgres commands 2014-12-16 17:35:08 +01:00
history
history-substring-search Update history-substring-search README 2015-06-11 21:10:34 +02:00
httpie Add README for httpie plugin 2015-06-10 14:36:53 +02:00
iwhois provides iwhois command to use CNAMES under whois.geek.nz to find most accurate whois server 2014-02-11 20:05:59 +13:00
jake-node
jhbuild Add initial JHBuild plugin support 2015-02-15 15:39:50 +01:00
jira added comment functionality 2015-06-10 14:36:54 +02:00
jruby Removed unnecessary execute permissions for some plugins 2014-05-29 10:58:17 +02:00
jsontools adding urldecode_json to compliment urlencode_json and updating readme.md; slight tweak to urlencode_json from previous commit 2014-03-27 10:34:54 -04:00
jump Clean up appearance lib file and redundant `colors` calls in other files 2015-02-10 19:22:50 +01:00
kate
kitchen add kitchen completion plugin from @petere 2015-06-10 14:36:55 +02:00
knife Add chef-vault knife cmd support 2014-03-18 10:52:25 +01:00
knife_ssh
laravel
laravel4 Laravel 5 support 2015-02-16 11:58:54 +03:30
laravel5 Laravel 5 support 2015-02-16 11:58:54 +03:30
last-working-dir Removing 'local' usage to prevent issue when installed with antigen 2015-02-02 11:52:07 +13:00
lein
lighthouse
lol
macports
marked2 Adding README.md and renaming plugin 2014-08-31 13:01:21 -05:00
mercurial plugins: mercurial: Update the order prompt vars are displayed 2015-02-20 16:12:39 -02:00
meteor
mix added the 'mix local.hex' command to plugin completions 2015-02-19 17:55:32 +02:00
mosh
mvn Added alias for downloading maven dependencies' sources and javadocs 2015-02-07 16:57:53 +00:00
mysql-macports
nanoc
nmap add nmap plugin with some aliases for scan modes 2015-02-23 19:15:29 +02:00
node Use $OSTYPE instead of uname to speed things up 2014-07-23 09:18:14 -04:00
npm Use camelCase for npm aliases 2015-03-11 14:20:47 -07:00
nvm
nyan Update nyan.plugin.zsh 2014-01-24 10:27:41 -08:00
osx Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913. 2015-02-22 09:51:22 -08:00
pass Fix pass zsh completion and autoloading 2014-08-29 00:39:33 +02:00
pep8
per-directory-history
perl Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562 2015-02-22 09:57:42 -08:00
phing fix `-nt` usage 2014-06-13 20:28:37 +02:00
pip Add pip2 and pip-2.7 support to pip plugin 2014-06-28 10:12:19 +02:00
pj [~] fix plugin pj 2014-11-16 22:38:27 +03:00
pod generate with 'pod --completion-script' /cc thx to @ajmccall 2015-06-10 14:36:52 +02:00
postgres
pow Change all pwd calls for $PWD variable 2014-11-06 18:33:56 +01:00
powder
powify
profiles Fixes the profiles-plugin 2014-11-07 10:47:27 +01:00
pyenv Add pyenv plugin 2013-11-19 09:12:05 +01:00
pylint
python Merge pull request #2088 from Stibbons/gsemet_push_pep_pylint_completion 2013-12-02 23:45:35 -08:00
rails Add rdms alias to rails plugin 2015-01-09 16:46:02 +03:00
rails3 Added migration notification for rails plugin 2013-12-01 15:31:48 +01:00
rails4 Added migration notification for rails plugin 2013-12-01 15:31:48 +01:00
rake Adieu l'ami. 2014-02-20 10:18:53 -08:00
rake-fast Use $OSTYPE instead of uname to speed things up 2014-07-23 09:18:14 -04:00
rand-quote
rbenv Update plugins/rbenv/rbenv.plugin.zsh 2014-05-28 11:19:47 +02:00
rbfu
rebar
redis-cli
repo New alias for repo: ru and rst 2014-06-08 10:41:51 +02:00
rsync Adding compression to rsync commands 2014-06-08 10:33:54 +02:00
ruby
rvm Update rvm.plugin.zsh 2014-07-31 21:30:15 +01:00
safe-paste
sbt
scala
scd Update to the upstream smart-change-directory. 2014-11-02 12:33:56 -05:00
screen
sfffe
singlechar
sprunge
ssh-agent typo, fixes #1806 2014-05-24 08:31:59 +02:00
sublime sublime: Make subl a function so it can be called from functions in other modules 2015-06-11 21:10:34 +02:00
sudo sudo: maintain cursor position 2014-09-15 15:36:34 +02:00
supervisor
suse Fixed lines 32, 33, 34 where one 'p' was missing in 'zypper' command. 2013-12-01 23:29:55 +01:00
svn ignore any grep aliases that might be defined 2014-11-16 02:47:35 -06:00
svn-fast-info ignore any grep aliases that might be defined 2014-11-16 02:47:35 -06:00
symfony
symfony2 added server:run alias 2015-01-28 14:02:36 +02:00
systemadmin Change all pwd calls for $PWD variable 2014-11-06 18:33:56 +01:00
systemd
taskwarrior Fix first-tab completion in task command 2015-02-13 17:29:44 +01:00
terminalapp Use precmd hook for updating OS X proxy icon 2013-11-22 14:59:04 +01:00
terminitor
textastic Adding README.md 2014-08-31 12:55:46 -05:00
textmate
themes
thor
tmux additional tmux aliases 2014-09-16 10:35:43 +02:00
tmuxinator Fix tmuxinator completion for symlinked dirs 2015-02-15 18:29:26 +02:00
torrent
tugboat Added the tugboat autocompletion plugin 2015-06-11 21:10:33 +02:00
ubuntu Update readme.md 2015-02-19 19:43:31 +01:00
urltools
vagrant Adding ssh-config to vagrant plugin autocomplete. Was missing 2015-02-19 10:34:51 -05:00
vi-mode Merge pull request #3610 from bderrly/zle-active-check 2015-02-22 09:17:17 -08:00
vim-interaction Change all pwd calls for $PWD variable 2014-11-06 18:33:56 +01:00
virtualenv
virtualenvwrapper Simplify adding workon_cwd to chpwd hook 2015-02-10 20:32:52 +01:00
vundle Vundle plugin now works with submodules. 2014-06-08 10:46:33 +02:00
wakeonlan
wd [wd] Update to v0.4.1 2015-01-26 00:13:39 +01:00
web-search Force using https in Yandex search engine 2015-02-10 19:32:52 +01:00
wp-cli Merge pull request #3497 from hsingh23/patch-1 2015-02-22 10:22:55 -08:00
xcode Added Xcode alias for deleting Derived Data. 2014-12-01 13:34:18 +02:00
yii Added Yii basic command completion 2014-02-14 14:55:00 +00:00
yii2 Updated Yii2 command completion 2014-12-15 21:37:38 +06:00
yum
z
zeus Disable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping 2015-06-10 14:36:55 +02:00
zsh_reload Update /home/srj/.oh-my-zsh/cache references 2015-01-08 16:38:05 +00:00