This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kolter
/
dotfiles
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
471074b218
Ramos
Etiquetas
master
dotfiles
/
.zsh.d
/
lib.d
/
common.zsh
common.zsh
97 B
Histórico
Em bruto
1
2
3
4
5
6
7
# zsh custom functions
function -exe () {
whence -p $1 >/dev/null 2>&1
return $?
}