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
Change profile colors
pull/15/head
10sr
9 anni fa
parent
bee3045203
commit
670f03acb1
2 ha cambiato i file
con
4 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-2
profile
+1
-1
tmux.conf
+ 3
- 2
profile
Vedi File
@@ -125,10 +125,11 @@ fi
export _HOSTCOLOR_1=
export _HOSTCOLOR_2=
# black red green yellow blue magenta cyan white
# Yellow is hard to read strings...
case "`hostname`" in
arch-vb-win8-vaio11)
_HOSTCOLOR_1=
yellow
_HOSTCOLOR_2=
black
_HOSTCOLOR_1=
magenta
_HOSTCOLOR_2=
white
;;
arch-mba)
_HOSTCOLOR_1=cyan
+ 1
- 1
tmux.conf
Vedi File
@@ -49,4 +49,4 @@ set -g message-bg white
set -g message-fg black
setw -g window-status-current-bg white
setw -g window-status-current-fg black
setw -g window-status-attr bold
#
setw -g window-status-attr bold
Scrivi
Anteprima
Caricamento…
Annulla
Salva