From cce0c0cafe6758e72e6c34b935df241a51ff847f Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 23 Nov 2010 00:12:07 +1000 Subject: [PATCH] Ok that makes more sense... --- shell/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/functions.sh b/shell/functions.sh index e0767a9..2afaf92 100644 --- a/shell/functions.sh +++ b/shell/functions.sh @@ -30,7 +30,7 @@ function m() { fi fi - bash -l -c "cd $cd_to && $VISUAL $file" + eval "cd $cd_to && $VISUAL $file" } function extract() {