Skip to content

Commit

Permalink
Including hh/hstr to autocomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Aug 21, 2018
1 parent 3d90d46 commit 2839941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ubuntu/bash-autocomplete/hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ _hh()
COMPREPLY=( $(compgen -c -- $cur) )
return 0
}
complete -F _hh hstr
complete -F _hh hh

# eof

0 comments on commit 2839941

Please sign in to comment.