diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-08 23:01:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 23:01:53 +0300 |
commit | 622c04eee3452d753024a488ed4c1b3539e8389f (patch) | |
tree | da9f4c1082d329eb186b562726f20b79b802ec75 /test-vm-providers | |
parent | ecd180a285ab5c594dd143674b2c49baf10002da (diff) | |
parent | 136a5217e3e3edda968ca191777ffb0408fffa10 (diff) |
Merge branch 'next' into truncate_composer_json
Diffstat (limited to 'test-vm-providers')
-rw-r--r-- | test-vm-providers/plain.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-vm-providers/plain.sh b/test-vm-providers/plain.sh new file mode 100644 index 00000000..a87220f8 --- /dev/null +++ b/test-vm-providers/plain.sh @@ -0,0 +1,4 @@ +#!/usr/bin/zsh + +echo 'LANG=en_US.UTF-8' !> ~/.zshrc +echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc
\ No newline at end of file |