1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

force python to use utf-8

This commit is contained in:
Connor Olding 2017-04-06 13:30:51 +00:00
parent 722624035c
commit f03d889196

View File

@ -25,6 +25,9 @@ export SSH_AUTH_SOCK=0
# i haven't checked if this makes any difference personally, but may as well, eh?
export TZ=':/etc/localtime'
# damnit python.
export PYTHONIOENCODING=utf-8
ify() {
[ $# -ge 2 ] || return
local ex=$1