Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created October 9, 2010 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/618573 to your computer and use it in GitHub Desktop.
Save sritchie/618573 to your computer and use it in GitHub Desktop.
# System-wide .bashrc file for interactive bash(1) shells.
if [ -z "$PS1" ]; then
return
fi
PS1='\h:\W \u\$ '
# Make bash check its window size after a process completes
shopt -s checkwinsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment