Skip to content

Commit d4bf981

Browse files
committed
Change the prompt character for non vcs directories
1 parent da6c517 commit d4bf981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/dot_zsh/functions/prompt_mattr_setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function git_diffstat() {
100100
function prompt_char() {
101101
git branch >/dev/null 2>/dev/null && echo '±' && return
102102
hg root >/dev/null 2>/dev/null && echo '' && return
103-
echo ''
103+
echo ''
104104
}
105105

106106
coloratom() {

0 commit comments

Comments
 (0)