Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ source <(bazelisk completion bash)
2. Or emit the completion script into a file:

```shell
bazelisk completion bash > bash-complete.bash
mkdir -p ${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions/
bazelisk completion bash > ${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions/bazel.bash
Comment thread
NEOatNHNG marked this conversation as resolved.
```

then copy this file to `/etc/bash_completion.d` (on Ubuntu) or source it in your
Expand Down