Created
December 25, 2014 21:29
-
-
Save heywbj/1e1109d22d1c1f54f8cc to your computer and use it in GitHub Desktop.
.bash_aliases
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
| 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