1
0
mirror of https://github.com/oh-my-fish/theme-bobthefish.git synced 2024-10-27 20:34:23 +00:00

[bobthefish] Use hg root instead of hg stat for in_hg

This commit is contained in:
Justin Hileman 2014-11-17 18:39:26 -08:00
parent 8f24d187f3
commit 510fffbd49

View File

@ -72,7 +72,7 @@ function __bobthefish_in_git -d 'Check whether pwd is inside a git repo'
end
function __bobthefish_in_hg -d 'Check whether pwd is inside a hg repo'
command hg stat > /dev/null 2>&1
command hg root > /dev/null 2>&1
end
function __bobthefish_git_branch -d 'Get the current git branch (or commitish)'