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
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
12 anos atrás
pai
ded1795df5
cc61617915
commit
5e119967a6
1 arquivos alterados
com
11 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
+11
-1
profile
+ 11
- 1
profile
Ver arquivo
@@ -1,6 +1,16 @@
#!/bin/sh
# ~/.dotfiles/profile
# # sample of ~/.profile
# . ~/.dotfiles/profile
# # if running bash
# if [ -n "$BASH_VERSION" ]; then
# # include .bashrc if it exists
# if [ -f "$HOME/.bashrc" ]; then
# . "$HOME/.bashrc"
# fi
# fi
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar