Locale
LANGUAGE>LC_ALL>LANGLC_ALLoverrides category-specific variablesLANGprovides a default for any category not set/etc/locale.confis a systemdism fromlocalectl- If
localeshowsPOSIXthen foreign characters (e.g. Arabic) won’t display correctly unlessLC_CTYPE=C.UTF-8orLANG=en_US.UTF-8are used
- *C (aka POSIX, micro optimization, disables UTF-8, performance)- C.UTF-8 (glibcism?)- en_US.UTF-8
## TERM- *linux (tty, 8 colors)- xterm-256color (default)- tmux-256color vs screen-256color
## `POSIXLY_CORRECT` should be unset