Skip to content

Instantly share code, notes, and snippets.

@yieldthought
Created November 11, 2011 10:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yieldthought/1357733 to your computer and use it in GitHub Desktop.
Save yieldthought/1357733 to your computer and use it in GitHub Desktop.
set -o vi
alias s="screen -DRe^Xx work"
alias t="screen -DRe^Xx yt"
export DISPLAY=:5
# ...
# my ubuntu .bashrc needed the following section modifying for xterm-256color support:
# set a fancy prompt (non-color, unless we know we "want" color)
export TERM=xterm-256color
case "$TERM" in
xterm-256color) color_prompt=yes;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment