meta:install: Ditch check for make existence
The command will fail anyway. This just makes it more verbose.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
stdout: true
|
||||
stderr: true
|
||||
-
|
||||
command: command -v make && cd .config/zsh/plugins/stderred && make
|
||||
command: cd .config/zsh/plugins/stderred && make
|
||||
description: Building stderred
|
||||
stdout: true
|
||||
stderr: true
|
||||
|
||||
Reference in New Issue
Block a user