mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 18:20:07 +00:00
Fix a problem with redirection in plain.zsh provider
This commit is contained in:
parent
454798a2c4
commit
3704b42a54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue