mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
parent
6d143d42ea
commit
c56fa996e7
@ -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 New Issue
Block a user