Set the character type to UTF8 to make zplug happy, before all the plugins are loaded

This commit is contained in:
2024-05-20 21:04:26 -04:00
parent 84d2cd9a63
commit b72ba0cab2
2 changed files with 7 additions and 4 deletions

View File

@ -3,5 +3,6 @@
## How to install
```zsh
curl -sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
export LC_ALL=en_US.UTF-8
cur l-sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
```