diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 03:40:31 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 03:40:31 +0300 |
commit | 3704b42a547a3324db2d7bfafbf8ba2bccd48750 (patch) | |
tree | ced138220e62d0834be32a7cbc0058cc6d210fd3 /test-vm-providers | |
parent | 454798a2c439aae4f179083f3758f0b2b0f8c145 (diff) |
Fix a problem with redirection in plain.zsh provider
Diffstat (limited to 'test-vm-providers')
-rw-r--r-- | test-vm-providers/plain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-vm-providers/plain.sh b/test-vm-providers/plain.sh index a87220f8..5bd76168 100644 --- a/test-vm-providers/plain.sh +++ b/test-vm-providers/plain.sh @@ -1,4 +1,4 @@ #!/usr/bin/zsh -echo 'LANG=en_US.UTF-8' !> ~/.zshrc +echo 'LANG=en_US.UTF-8' >! ~/.zshrc echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc
\ No newline at end of file |