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

Fix a problem with redirection in plain.zsh provider

This commit is contained in:
Dominik Ritter 2017-03-21 01:40:31 +01:00
parent 454798a2c4
commit 3704b42a54

View file

@ -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