Skip to content

Instantly share code, notes, and snippets.

@skoch
Created April 2, 2012 19:27
Show Gist options
  • Save skoch/2286562 to your computer and use it in GitHub Desktop.
Save skoch/2286562 to your computer and use it in GitHub Desktop.
my bash profile
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