1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-11 00:00:06 +00:00

Set default locale to UTF8 in BSD-VM

This commit is contained in:
Dominik Ritter 2017-03-07 23:47:50 +01:00
parent ead489914f
commit 3bb567b45a

View file

@ -1,3 +1,4 @@
#!/usr/bin/zsh
echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc
echo 'LANG=en_US.UTF-8' !> ~/.zshrc
echo 'source /vagrant_data/powerlevel9k.zsh-theme' >> ~/.zshrc