etc: Hide has-command check output in profile
This commit is contained in:
parent
3323ebc52a
commit
1fc3d66510
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
has() {
|
has() {
|
||||||
command -V "$1" > /dev/null
|
command -V "$1" > /dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
source_if() {
|
source_if() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue