Skip to content

Commit

Permalink
setup: add bash auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Oct 23, 2024
1 parent cfb006c commit f65ea10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/setup/bash.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if ! source_file "$BASH_HOOKS_CONTENT"; then
echo "Failed to source bash-hooks.sh" >&2
return 1
fi
source <(savvy completion bash)
`

// initCmd represents the init command
Expand Down

0 comments on commit f65ea10

Please sign in to comment.