06aecede56
- /home/dot_config/shell/exports.sh.tmpl - /home/dot_config/vagrant/aliases - /home/Vagrantfile - /home/dot_local/share/vagrant.d/Vagrantfile - /software.yml - /docs/TODO.md
8 lines
202 B
Text
8 lines
202 B
Text
# Source: https://developer.hashicorp.com/vagrant/docs/cli/aliases
|
|
|
|
# basic command-level aliases
|
|
start = up
|
|
stop = halt
|
|
|
|
# advanced command-line aliases
|
|
eradicate = !vagrant destroy && rm -rf .vagrant
|