Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created December 25, 2014 21:12
Show Gist options
  • Select an option

  • Save heywbj/50919e8b81379a58c4f6 to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/50919e8b81379a58c4f6 to your computer and use it in GitHub Desktop.
.bash_aliases
export PROJECT_HOME=$HOME/projects
export EDITOR=/usr/bin/vim
source `which virtualenvwrapper.sh`
alias ls='ls -F --color'
alias less='less -R'
alias tree='tree -C'
alias grep='grep --color=always'
alias ack='ack --color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment