This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kolter
/
dotfiles
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
affd7bde1a
Gałęzie
Tagi
master
dotfiles
/
.zsh.d
/
lib.d
/
common.zsh
common.zsh
97 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#
# Zsh custom functions
#
function -exe () {
whence -p $1 >/dev/null 2>&1
return $?
}