Created
April 2, 2012 19:27
-
-
Save skoch/2286562 to your computer and use it in GitHub Desktop.
my 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 PS1="\[\e[31;40m\]____________________________________________________________________________________________________________________________\n| \[\e[33;40m\]\u@\[\e[32;40m\]\h \[\e[35;40m\]\t \[\e[36;40m\]\w \n\[\e[31;40m\]| $ \[\e[0m\]" | |
EDITOR=nano | |
export PATH="$PATH:~/git/git-achievements:/Library/Ruby/Gems/1.8/bin:/usr/local/git/bin" | |
alias git="git-achievements" | |
alias mate="/Users/skoch/bin/mate" | |
# alias cdf='cd `osascript -e "tell application \"Finder\" to if window 1 exists then if target of window 1 as string is not \":\" then get POSIX path of (target of window 1 as alias)"`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment