mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
feat(util): add and setup restish CLI tool
This commit is contained in:
@@ -32,6 +32,7 @@ show_tools = false
|
||||
"cargo:watchexec-cli" = "latest"
|
||||
"go:github.com/DarthSim/hivemind" = "latest"
|
||||
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
|
||||
"go:github.com/danielgtaylor/restish" = "latest"
|
||||
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
||||
"go:github.com/golang/mock/mockgen" = "latest"
|
||||
"go:github.com/hashicorp/terraform-ls" = "latest"
|
||||
|
||||
7
zsh/restish.zsh
Normal file
7
zsh/restish.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# restish Setup
|
||||
#
|
||||
|
||||
if command-exists restish; then
|
||||
setup-completions restish "$(command-path restish)" restish completion zsh
|
||||
fi
|
||||
Reference in New Issue
Block a user