diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-06-11 01:58:46 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-06-11 01:58:46 +0300 |
commit | 3e13603557cf2859332ea2f6d27d12acaef6af95 (patch) | |
tree | 290b78528acd6dcfc1f8bc32c61fbaa1dd1ef187 /test-vm/plain.sh | |
parent | 494714049ac1036b23cbfd45ae417577ddf65722 (diff) |
It makes no sense, to clone the powerlevel9k-theme in all frameworks. Instead, we can simply use the one, which is mounted in /vagrant_data..
Diffstat (limited to 'test-vm/plain.sh')
-rw-r--r-- | test-vm/plain.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test-vm/plain.sh b/test-vm/plain.sh index e2fa6a86..9c8445f4 100644 --- a/test-vm/plain.sh +++ b/test-vm/plain.sh @@ -1,7 +1,3 @@ #!/usr/bin/zsh -git clone https://github.com/bhilburn/powerlevel9k.git - -echo " -source powerlevel9k/powerlevel9k.zsh-theme\n -" > ~/.zshrc +echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc |