From 2eb40e3bfc0c7481b10579fbbcdf3f94b0bccf55 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 24 Aug 2015 15:27:42 -0700 Subject: [PATCH] random tweak to git_root --- dotfiles/lib/shellenv/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv/functions.sh b/dotfiles/lib/shellenv/functions.sh index d5b1b77a..293c74fa 100644 --- a/dotfiles/lib/shellenv/functions.sh +++ b/dotfiles/lib/shellenv/functions.sh @@ -217,7 +217,7 @@ function ospaste() { } function git_root() { - cd `git root` + cd "$(git root)" } function git_diff_replacing() {