mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
parent
6d143d42ea
commit
c56fa996e7
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue