Created
September 13, 2010 15:02
-
-
Save JoshMock/577421 to your computer and use it in GitHub Desktop.
.bash_profile
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 CLICOLOR=1 | |
export LSCOLORS=ExFxCxDxBxegedabagacad | |
export PS1="\[$(tput setaf 1)\][\!] \[$(tput setaf 2)\]\w $ \[$(tput sgr0)\]" | |
alias crontab="VIM_CRONTAB=true crontab" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment