This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kolter
/
dotfiles
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
43a2dd9709
Ramuri
Etichete
master
dotfiles
/
.zsh.d
/
lib.d
/
common.zsh
common.zsh
97 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
#
# Zsh custom functions
#
function -exe () {
whence -p $1 >/dev/null 2>&1
return $?
}