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
profile: Do not use -v for variable check
pull/5/head
10sr
9 anos atrás
pai
f4ba9a0cf3
commit
3bc4516ce9
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
profile
+ 1
- 1
profile
Ver arquivo
@@ -88,7 +88,7 @@ then
TERM=screen-256color
fi
if test
'!' -v USER -a -v USERNAME
if test
-z "$USER" -a -n "$USERNAME"
then
export USER=$USERNAME
fi
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar