瀏覽代碼

Update status check

Brendan Abolivier 6 年之前
父節點
當前提交
4ea702bfff
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .bashrc

+ 1
- 1
.bashrc 查看文件

@@ -76,7 +76,7 @@ fi
76 76
 
77 77
 # Prompt
78 78
 function parse_git_dirty {
79
- [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit, working tree clean" ]] && echo "*"
79
+ [[ $(git status 2> /dev/null | tail -n1) != "rien à valider, la copie de travail est propre" ]] && echo "*"
80 80
 }
81 81
 function parse_git_branch {
82 82
  git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/\(\1$(parse_git_dirty)\)/"