Procházet zdrojové kódy

use __gitdir for detecting git rep

pull/1/head
10sr před 11 roky
rodič
revize
64d0803e13
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +2
    -3
      bashrc

+ 2
- 3
bashrc Zobrazit soubor

@@ -572,9 +572,8 @@ GIT_PS1_SHOWUPSTREAM=t
__my_ps1_git(){
local last=$?
null type __git_ps1 || return $last
null git status || return $last # __gitdir seems to be able to be used
#test -n "`git status -s -uno`" && local star=\* # done by SHOWDIRTYSTATE
__git_ps1 "[GIT:$(__try_exec git config --get user.name):%s${star}]"
null __gitdir || return $last
__git_ps1 "[GIT:$(__try_exec git config --get user.name):%s]"
return $last
}
__my_ps1_ipaddr(){


Načítá se…
Zrušit
Uložit