Provides argument completions for dnx, dnu and dnvm as well as semvers, aliases and dnx commands
Only do this if you don't already have tab completion for other commands (such as git parameters)
If tab completion is installed, skip to Install
brew install bash-completion
Paste the following into ~/.bash_profile (create the file if it doesn't already exist)
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
git clone https://github.com/nosami/dnx-bash-completion.git
cd dnx-bash-completion
./install.sh