Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
10sr
/
dotfiles-mirror
espelho de
https://github.com/10sr/dotfiles.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fix to use builtin when in bash
pull/1/head
10sr
há 11 anos
ascendente
992bf4bc5b
cometimento
1e5ee7cecf
1 ficheiros alterados
com
11 adições
e
19 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+11
-19
shrc
+ 11
- 19
shrc
Ver ficheiro
@@ -367,25 +367,17 @@ then
test -x /usr/bin/locate && alias locate="/usr/bin/locate"
fi
if $inzsh
then
# somehow not work
# typeset -ga chpwd_functions
# chpwd_functions+=pwd
# chpwd(){
# pwd
# }
cd(){
builtin cd "$@"
pwd
}
else
cd(){
command cd "$@"
pwd
}
fi
# somehow not work
# typeset -ga chpwd_functions
# chpwd_functions+=pwd
# chpwd(){
# pwd
# }
cd(){
builtin cd "$@"
pwd
}
# pad
alias pad=notepad
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar