Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins not loading without .zsh file! #812

Closed
cwoebker opened this issue Jan 6, 2012 · 2 comments
Closed

Plugins not loading without .zsh file! #812

cwoebker opened this issue Jan 6, 2012 · 2 comments

Comments

@cwoebker
Copy link

cwoebker commented Jan 6, 2012

Some plugins only contain autocompletion and therefore do not have the .plugin.zsh file.
Those plugins did not load for me without such a file.

Easiest solution is probably just to require such files and just add them to all those plugins.

@kusnier
Copy link

kusnier commented Jan 6, 2012

Is #372 a solution for your problem?

@cwoebker
Copy link
Author

cwoebker commented Jan 6, 2012

Yeah looks good. Hope this is going to be pulled in soon.

arbovm pushed a commit to arbovm/oh-my-zsh that referenced this issue Jan 16, 2012
robbyrussell added a commit that referenced this issue Jan 16, 2012
fixing #812: adding plugins w/o plugin.zsh file to fpath.
kusnier added a commit to kusnier/oh-my-zsh-deprecated that referenced this issue Jan 17, 2012
* upstream/master:
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  add annotate
  Apple Terminal.app resume directory plugin
  Fixed the rfind command in the  ruby plugin
  Get the Hostname
  bundler plugin - don't "bundle exec rails"
  multiple versions could occur and should also be highlighted
doug pushed a commit to doug/oh-my-zsh that referenced this issue Jan 23, 2012
JNRowe added a commit to JNRowe-retired-forks/oh-my-zsh that referenced this issue Jan 24, 2012
* 'master' of git://github.com/robbyrussell/oh-my-zsh: (138 commits)
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
  check if autojump is installed
  Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
  add annotate
  remove the -v flag from a few mercurial aliases
  Git Plugin: adds 'grhh' alias for 'git reset HEAD --hard'
  Apple Terminal.app resume directory plugin
  autojump plugin enhanced
  Fixed the rfind command in the  ruby plugin
  Get the Hostname
  bundler plugin - don't "bundle exec rails"
  ...
wjackson pushed a commit to wjackson/oh-my-zsh that referenced this issue Jan 24, 2012
ornicar added a commit to ornicar/oh-my-zsh that referenced this issue Jan 26, 2012
* 'master' of git://github.com/robbyrussell/oh-my-zsh: (28 commits)
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
  check if autojump is installed
  Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
  remove the -v flag from a few mercurial aliases
  ...
pellegrino added a commit to pellegrino/oh-my-zsh that referenced this issue Jan 30, 2012
* upstream/master: (29 commits)
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
  check if autojump is installed
  ...

Conflicts:
	plugins/git/git.plugin.zsh
jtimberman pushed a commit to jtimberman/oh-my-zsh that referenced this issue Feb 5, 2012
kscott pushed a commit to kscott/oh-my-zsh that referenced this issue Feb 6, 2012
* upstream/master: (29 commits)
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
  check if autojump is installed
  ...
sirech added a commit to sirech/oh-my-zsh that referenced this issue Feb 11, 2012
* master: (29 commits)
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  Add Thor to bundled commands
  Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
  Don’t report that Oh My Zsh has been updated when it hasn’t.
  Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
  check if autojump is installed
  ...

Conflicts:
	lib/git.zsh
lunks pushed a commit to lunks/oh-my-zsh that referenced this issue Mar 6, 2012
flavio added a commit to flavio/oh-my-zsh that referenced this issue Apr 11, 2012
* russell/master: (86 commits)
  Fixed bug introduced when fixing issue 896
  fixed introduced to parse_git_dirty
  changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
  fixed asterisk display for modified repos in git prior to 1.7.2
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  added rails to bundled_commands
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  ...

* master:
Valloric pushed a commit to Valloric/oh-my-zsh that referenced this issue Apr 28, 2012
bdruth added a commit to bdruth/oh-my-zsh that referenced this issue May 14, 2012
* upstream/master: (85 commits)
  Fixed bug introduced when fixing issue 896
  fixed introduced to parse_git_dirty
  changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
  fixed asterisk display for modified repos in git prior to 1.7.2
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  added rails to bundled_commands
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  ...
trabianmatt pushed a commit to trabianmatt/oh-my-zsh that referenced this issue Apr 1, 2013
fleadope pushed a commit to fleadope/oh-my-zsh that referenced this issue May 29, 2013
* 'master' of https://github.com/skwp/oh-my-zsh: (38 commits)
  Fixed bug introduced when fixing issue 896
  fixed introduced to parse_git_dirty
  changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
  fixed asterisk display for modified repos in git prior to 1.7.2
  Removed trailing spaces in Git files. Fixes ohmyzsh#867
  update rails runner alias to ru
  added rails to bundled_commands
  adding engine yard command (ey) to bundler binstubs
  adding rbenv support to all the rvm themes
  Add middleman to bundled commands
  Grammar update
  Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
  bug : stop creating those ~ directories add powit command to symlink an app if it hasn't been already
  don't check for tmp dir
  add alias to view the standard out (puts) from any pow app
  take in csexton's changes
  fix for pow plugin to default to current dir
  added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
  fix bundler plugin for root level folders
  fixing ohmyzsh#812: adding plugins w/o plugin.zsh file to fpath.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants