update binary and tools
This commit is contained in:
parent
943b36722c
commit
7c4b93c066
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -56,6 +56,7 @@ neovim:
|
||||||
user: neovim
|
user: neovim
|
||||||
sh:
|
sh:
|
||||||
user: mvdan
|
user: mvdan
|
||||||
|
to: shfmt
|
||||||
|
|
||||||
|
|
||||||
# file management
|
# file management
|
||||||
|
|
Loading…
Reference in a new issue