random tweak to git_root

This commit is contained in:
Ivan Malison 2015-08-24 15:27:42 -07:00
parent e396eb5bf4
commit 2eb40e3bfc

View File

@ -217,7 +217,7 @@ function ospaste() {
} }
function git_root() { function git_root() {
cd `git root` cd "$(git root)"
} }
function git_diff_replacing() { function git_diff_replacing() {