summaryrefslogtreecommitdiff
path: root/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.zsh')
-rw-r--r--functions.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.zsh b/functions.zsh
index 5c349e80c..dcabed957 100644
--- a/functions.zsh
+++ b/functions.zsh
@@ -20,7 +20,6 @@ function preexec {
title $cmd[1]:t "$cmd[2,-1]"
}
-
function remote_console() {
/usr/bin/env ssh $1 "( cd $2 && ruby script/console production )"
} \ No newline at end of file