Skip to content

Commit

Permalink
bash-completions - refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 18, 2015
1 parent e0ec073 commit c858f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ main() {
_jvm-discover-and-set-version
if [ ! -z "$BASH" ]; then
PROMPT_COMMAND=_jvm-discover-and-set-version
complete -W "local global version reload config" jvm
elif [ ! -z "$ZSH_NAME" ]; then
chpwd() {
_jvm-discover-and-set-version
Expand Down

0 comments on commit c858f4f

Please sign in to comment.