Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Change profile colors
pull/15/head
10sr
9 anos atrás
pai
bee3045203
commit
670f03acb1
2 arquivos alterados
com
4 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-2
profile
+1
-1
tmux.conf
+ 3
- 2
profile
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar