Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
show ipaddress even when DISPLAY is not empty
pull/1/head
10sr
12 anni fa
parent
21b818f09c
commit
de82f19ccd
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bashrc
+ 1
- 1
bashrc
Vedi File
@@ -588,7 +588,7 @@ __my_ps1_git(){
}
__my_ps1_ipaddr(){
local last=$?
test -z "$DISPLAY" &&
! iswindows && ip-address [Addr:%s]
! iswindows && ip-address [Addr:%s]
return $last
}
__my_ps1_bttry(){
Scrivi
Anteprima
Caricamento…
Annulla
Salva