Skip to content

Instantly share code, notes, and snippets.

@michaelbarton
Created August 6, 2008 14:11
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 michaelbarton/4217 to your computer and use it in GitHub Desktop.
Save michaelbarton/4217 to your computer and use it in GitHub Desktop.
# Prompt with just directory basename
PS1="\W $ "
# Colourise ls output an sort by size
alias ls='ls -l -G -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment