Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active December 28, 2024 06:18
Show Gist options
  • Select an option

  • Save wilmoore/e1599fe3e652fcb2af5fef9330f9f541 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/e1599fe3e652fcb2af5fef9330f9f541 to your computer and use it in GitHub Desktop.
Software Engineering :: Operating Systems :: Linux :: Terminal :: Multiplexer :: Software :: Tmux :: Unicode

Software Engineering :: Operating Systems :: Linux :: Terminal :: Multiplexer :: Software :: Tmux :: Unicode

⪼ Made with 💜 by Polyglot.

reference
# 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment