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
Add figlet lolcat command at shell startup
pull/15/head
10sr
8 anos atrás
pai
93f4ad86fb
commit
5a4a3698b3
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
shrc
+ 5
- 0
shrc
Ver arquivo
@@ -199,6 +199,11 @@ command -v fortune >/dev/null && {
fi
}
if null type figlet && null type lolcat
then
figlet `uname -sm` | lolcat
fi
uname -a
$iswindows && alias tty="echo cmd.exe"
echo TERM $TERM with $(tput colors) colors using $(tty)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar