update binary and tools

This commit is contained in:
Daylin Morgan 2022-01-19 11:49:06 -06:00
parent 943b36722c
commit 7c4b93c066
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if type "$1" >/dev/null 2>&1; then if [ -x "$(command -v $1)" ]; then
exit 0 exit 0
else else
exit 1 exit 1

View file

@ -56,6 +56,7 @@ neovim:
user: neovim user: neovim
sh: sh:
user: mvdan user: mvdan
to: shfmt
# file management # file management