Skip to content

Commit

Permalink
Add fish shell completion hint to installer
Browse files Browse the repository at this point in the history
See original request in
bazelbuild#12249 (comment)
  • Loading branch information
akirabaruah committed Oct 14, 2020
1 parent d69744d commit a3663ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/packages/template_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Make sure you have "${bin}" in your path. You can also activate bash
completion by adding the following line to your ${BASHRC}:
source ${base}/bin/bazel-complete.bash
You can enable fish shell completion by linking this file into your
${HOME}/.config/fish/completions/ directory:
ln -s ${base}/bin/bazel.fish ${HOME}/.config/fish/completions/bazel.fish
See http://bazel.build/docs/getting-started.html to start a new project!
EOF
exit 0

0 comments on commit a3663ba

Please sign in to comment.