Software Engineering :: Operating Systems :: Linux :: Terminal :: Multiplexer :: Software :: Tmux :: Unicode
⪼ Made with 💜 by Polyglot.
# prevents the export setting from breaking terminal emulators
unset LC_ALL
# https://man.openbsd.org/OpenBSD-current/man1/tmux.1#u
export LANG=en_IN.UTF-8
export LC_CTYPE=en_IN.UTF-8