Created
March 4, 2010 01:00
-
-
Save jarsen/321277 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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