You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the autocompletion script comes only with the source.
A better approach, would be something like bat --completion=bash.
Here is my current bash_completion script executed at login:
source<($HOME/.local/bin/helm completion bash)source<($HOME/.local/bin/kustomize completion bash)source<($HOME/.local/bin/pip completion --bash)source<($HOME/.local/bin/stern --completion=bash)source<($HOME/.local/node/bin/npm completion)source$HOME/.local/bat/autocomplete/bat.bash # this can become `bat --completion=bash`
Currently the autocompletion script comes only with the source.
A better approach, would be something like
bat --completion=bash.Here is my current
bash_completionscript executed at login: