1
0
Fork 0

etc: Hide has-command check output in profile

This commit is contained in:
Jeremy Kaplan 2023-05-21 16:04:30 -07:00
commit 1fc3d66510

View file

@ -1,5 +1,5 @@
has() {
command -V "$1" > /dev/null
command -V "$1" > /dev/null 2>&1
}
source_if() {