dotfiles/.config/shell/rc.d/set-locale-to-us-utf8.sh

5 lines
65 B
Bash

#!/bin/sh
export LC_ALL="en_US.utf-8"
export LANG="en_US.utf-8"