diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:41:07 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:41:07 -0500 |
commit | 7f11af310e3b02719c8ed6c729e9be8b059530a3 (patch) | |
tree | 69e894420b330d7ca261ed9b9a05581ee8d98b07 /zsh | |
parent | 968230670ee95d64f6140644aba99e380010a999 (diff) | |
download | dotconfig-7f11af310e3b02719c8ed6c729e9be8b059530a3.tar.xz dotconfig-7f11af310e3b02719c8ed6c729e9be8b059530a3.zip |
utf-8 for openbsdx230
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zprofile.openbsdx230 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230 index c3a6a95..dd85a6a 100644 --- a/zsh/zprofile.openbsdx230 +++ b/zsh/zprofile.openbsdx230 @@ -3,4 +3,5 @@ #export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" export WIFIDEV="iwn0" export ETHEDEV="em0" +export LC_CTYPE=en_US.UTF-8 source /home/timmy/.config/zsh/zprofile.base |