Skip to content

Instantly share code, notes, and snippets.

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

  • Save heywbj/1e1109d22d1c1f54f8cc to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/1e1109d22d1c1f54f8cc 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 -Ri'
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