Skip to content

Commit

Permalink
Add local date command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Miller committed Oct 1, 2011
1 parent de16f9b commit 1a75696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ alias gc='git commit -v'
alias gca='git commit -a -v'
alias gst='git status'
alias gpr='git pull --rebase'
alias ldate='date +"%a %b %d, %Y %r"'

# Load correct configuration for environment
if [[ $(uname) == 'Darwin' && -f "${HOME}/.bashrc.osx" ]]; then
Expand Down

0 comments on commit 1a75696

Please sign in to comment.