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
c56fa996
Unverified
Commit
c56fa996
authored
Mar 25, 2019
by
Marc Cornellà
Committed by
GitHub
Mar 25, 2019
Browse files
rake-fast: remove brackets from completion entries
Fixes #5653
parent
6d143d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rake-fast/rake-fast.plugin.zsh
View file @
c56fa996
...
...
@@ -20,7 +20,7 @@ _tasks_changed () {
}
_rake_generate
()
{
rake
--silent
--tasks
|
cut
-d
" "
-f
2
>
.rake_tasks
rake
--silent
--tasks
|
cut
-d
" "
-f
2
|
sed
's/\[.*\]//g'
>
.rake_tasks
}
_rake
()
{
...
...
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