the commented line currently causes a compdef: unknown command or service: rails so decided to comment out until is found
This commit is contained in:
parent
e55c715508
commit
7537d87968
@ -18,8 +18,8 @@ function _rake_command () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alias rails='_rails_command'
|
#alias rails='_rails_command'
|
||||||
compdef _rails_command=rails
|
#compdef _rails_command=rails
|
||||||
|
|
||||||
alias rake='_rake_command'
|
alias rake='_rake_command'
|
||||||
compdef _rake_command=rake
|
compdef _rake_command=rake
|
||||||
|
Loading…
Reference in New Issue
Block a user