Skip to content

Instantly share code, notes, and snippets.

@matthew-ball
Created May 20, 2012 10:56
Show Gist options
  • Save matthew-ball/2757645 to your computer and use it in GitHub Desktop.
Save matthew-ball/2757645 to your computer and use it in GitHub Desktop.
emacs --daemon # NOTE: start the emacs daemon
# startx & # NOTE: start the X server
# screen # NOTE: start a screen session
# emacsclient -t # NOTE: start an emacsclient terminal session
## COMMENT: if ~/.bashrc exists load it
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment