mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-16 04:10:42 +01:00
Moving some rails and osx-specific functions to their corresponding plugin files
This commit is contained in:
@@ -30,3 +30,7 @@ function _cap () {
|
||||
}
|
||||
|
||||
compctl -K _cap cap
|
||||
|
||||
function remote_console() {
|
||||
/usr/bin/env ssh $1 "( cd $2 && ruby script/console production )"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user