Skip to content

Commit

Permalink
Add bash-completion to just feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored and guiyomh committed Feb 21, 2023
1 parent ca9bb09 commit 9fa0505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/just/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ mv "/tmp/just/just" /usr/local/bin/just
mv "/tmp/just/just.1" "/usr/share/man/man1/just.1"
rm -rf /tmp/just

echo -e "\nsource <(just --completions bash)\n" >> "$_REMOTE_USER_HOME/.bashrc"

# Clean up
cleanup

Expand Down

0 comments on commit 9fa0505

Please sign in to comment.