Skip to content

Instantly share code, notes, and snippets.

@jarsen
Created March 4, 2010 01:00
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 jarsen/321277 to your computer and use it in GitHub Desktop.
Save jarsen/321277 to your computer and use it in GitHub Desktop.
# this is my simple, humble .bashrc file
alias ls='ls --color=auto'
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias crawler='cd ~/code/webcrawler;clear'
alias e='gedit'
alias make='clear;make'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment