diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-07-25 01:00:01 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-07-25 01:00:01 +0300 |
commit | 880a715b9c5d0923f9ba45f2471d1f96cf562199 (patch) | |
tree | e0c50ea3c3891e790c6e2a2021a25592ab32fa0d /test-vm/plain.sh | |
parent | 0993e7ce88f90367b543d4bf324023a352304fe8 (diff) | |
parent | 925e6752f7261efb031c333e6c1206093760a321 (diff) |
Merge branch 'master' into dritter/os_detection
Diffstat (limited to 'test-vm/plain.sh')
-rw-r--r-- | test-vm/plain.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-vm/plain.sh b/test-vm/plain.sh new file mode 100644 index 00000000..9c8445f4 --- /dev/null +++ b/test-vm/plain.sh @@ -0,0 +1,3 @@ +#!/usr/bin/zsh + +echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc |