Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SETUP_MAC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wget https://raw.githubusercontent.com/nzroller/consul-bash-completion/master/co
-O `brew --prefix`/etc/bash_completion.d/consul

# Add bash completion to bash profile
cat >> ~/.bash_profile <<<SCRIPT
cat >> ~/.bash_profile <<SCRIPT

if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then
source `brew --prefix`/etc/bash_completion.d/vagrant
Expand All @@ -40,4 +40,4 @@ vagrant -v
consul -v

# Verify auto complete
# type: `vagrant ` and then hit tab, should see vagrant sub commands, not files. i.e. status, up, down
# type: `vagrant ` and then hit tab, should see vagrant sub commands, not files. i.e. status, up, down