Skip to content

Instantly share code, notes, and snippets.

@abeyer
Created October 12, 2015 02:21
Show Gist options
  • Save abeyer/40d155b338ffa89167dd to your computer and use it in GitHub Desktop.
Save abeyer/40d155b338ffa89167dd to your computer and use it in GitHub Desktop.
chromebook devenv startup
# handle (most of) the color/encoding issues w/ using vim+solarized+tmux under crouton in the chrome shell window
export TERM=xterm-256color
export LC_ALL=en_US.utf-8
export LC_LANG=en_US.utf-8
tmux -2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment