Sfoglia il codice sorgente

load git-prompt.sh if available

pull/1/head
10sr 12 anni fa
parent
commit
e9eeae3482
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc Vedi File

@@ -489,6 +489,7 @@ __my_ps1_moc(){
__my_moc_state "[MOC:%s]"
return $last
}
test -r /usr/share/git/git-prompt.sh && . /usr/share/git/git-prompt.sh
__my_ps1_git(){
local last=$?
null type __git_ps1 || return $last


Caricamento…
Annulla
Salva