dotfiles/shell/.config/shell/rc.d/locale-utf-8.sh

5 lines
65 B
Bash

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