summaryrefslogtreecommitdiff
path: root/test-vm-providers
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-08 22:31:47 +0300
committerGitHub <noreply@github.com>2017-03-08 22:31:47 +0300
commit94293b0f9417acb1648dbc9e659a8f21452a508d (patch)
treeefdcf0d4bb3251a5caae3da9eeb9ac24ac192d16 /test-vm-providers
parent2f387376aaad69953a8d13324de794bc87772642 (diff)
parentbdb16a81c156bd409f76e979c35621dba7471837 (diff)
Merge pull request #424 from dritter/add_freebsd_vm
Add FreeBSD VM
Diffstat (limited to 'test-vm-providers')
-rw-r--r--test-vm-providers/plain.sh4
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