Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
baeac5be
Commit
baeac5be
authored
Mar 16, 2014
by
Kevin Bongart
Browse files
Remove copyright information, as per #2588
parent
1a029f29
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rake-fast/rake-fast.plugin.zsh
View file @
baeac5be
...
@@ -15,11 +15,6 @@
...
@@ -15,11 +15,6 @@
# which is inspired by this Ruby on Rails trick from 2006:
# which is inspired by this Ruby on Rails trick from 2006:
# http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/
# http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/
# Author: Kevin Bongart
# contact@kevinbongart.net
# http://kevinbongart.net
# https://github.com/KevinBongart
_rake_refresh
()
{
_rake_refresh
()
{
if
[
-f
.rake_tasks
]
;
then
if
[
-f
.rake_tasks
]
;
then
rm
.rake_tasks
rm
.rake_tasks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment