Skip to content

Instantly share code, notes, and snippets.

@yegorgavrilov
Created August 24, 2018 04:41
Show Gist options
  • Save yegorgavrilov/6a1ea77060724c113941c8f4cd0e59e7 to your computer and use it in GitHub Desktop.
Save yegorgavrilov/6a1ea77060724c113941c8f4cd0e59e7 to your computer and use it in GitHub Desktop.
setting colors and locale to allow mosh establish connection
###
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment