testing something
This commit is contained in:
parent
a976983750
commit
9c3e2ef023
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ shopt -s histappend
|
|||
shopt -s checkwinsize
|
||||
|
||||
parse_git_dirty() {
|
||||
[[ $(git-status 2> /dev/null | tail -n1) != "nothing to commit, working directory clean" ]] && echo "(*)"
|
||||
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "(*)"
|
||||
}
|
||||
|
||||
parse_git_stash() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue