diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 01:47:50 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 01:47:50 +0300 |
commit | 3bb567b45ad228e148af6f370ccd227cd7dc1d7e (patch) | |
tree | fd15a10c3e62b1f283867b9b403ad274deba6f2a /test-vm-providers/plain.sh | |
parent | ead489914f38576c133b7c0eb8987f485b1dab93 (diff) |
Set default locale to UTF8 in BSD-VM
Diffstat (limited to 'test-vm-providers/plain.sh')
-rw-r--r-- | test-vm-providers/plain.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-vm-providers/plain.sh b/test-vm-providers/plain.sh index aa4277f6..a87220f8 100644 --- a/test-vm-providers/plain.sh +++ b/test-vm-providers/plain.sh @@ -1,3 +1,4 @@ #!/usr/bin/zsh -echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc
\ No newline at end of file +echo 'LANG=en_US.UTF-8' !> ~/.zshrc +echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc
\ No newline at end of file |