diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 04:09:14 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 04:09:34 +0300 |
commit | 3ef7fb35f818a44c029eea7e8196f75a6b0e6eba (patch) | |
tree | 5bf41dca5ea1a6b1d5696a38371022cace0eb4fb /test-vm-providers | |
parent | a4a8afb203c9c4bdebc1b24a2e811ddaad6dad95 (diff) |
Add a hint for the p9k test folder inside the VMs
Diffstat (limited to 'test-vm-providers')
-rw-r--r-- | test-vm-providers/plain.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-vm-providers/plain.sh b/test-vm-providers/plain.sh index 3dc0e5a5..b827a0c4 100644 --- a/test-vm-providers/plain.sh +++ b/test-vm-providers/plain.sh @@ -3,5 +3,7 @@ echo 'LANG=en_US.UTF-8' >! ~/.zshrc echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc +echo 'echo "Have a look at the ~/p9k folder for prepared test setups."' >> ~/.zshrc + # setup environment /vagrant_data/test-vm-providers/setup-environment.sh
\ No newline at end of file |