Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Jan 15, 2024
1 parent 8b7fe7f commit 8384504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ if hash kittycad 2>/dev/null; then
eval "$(kittycad completion -s bash)"
fi

# get the rustup completions
if hash rustup 2>/dev/null; then
eval "$(rustup completions bash)"
fi


# source travis bash completion
if [[ -f "${HOME}/.travis/travis.sh" ]]; then
# shellcheck source=/dev/null
Expand Down

0 comments on commit 8384504

Please sign in to comment.