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
|
||||
|
||||
if type "$1" >/dev/null 2>&1; then
|
||||
if [ -x "$(command -v $1)" ]; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
|
|
|
@ -56,6 +56,7 @@ neovim:
|
|||
user: neovim
|
||||
sh:
|
||||
user: mvdan
|
||||
to: shfmt
|
||||
|
||||
|
||||
# file management
|
||||
|
|
Loading…
Reference in a new issue