Skip to content

Commit

Permalink
Fix source no longer working in zsh/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenBrown2 committed Mar 23, 2013
1 parent 17fa482 commit ba13219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitconfig
Expand Up @@ -50,9 +50,9 @@
# la = all commits, all reachable refs
head = !git l -1
h = !git head
hp = "!source ~/.githelpers && show_git_head"
hp = "!. ~/.githelpers && show_git_head"
r = !git l -30
ra = !git r --all
l = "!source ~/.githelpers && git_log_pretty"
l = "!. ~/.githelpers && git_log_pretty"
la = !git l --all
lg = !git l --graph

0 comments on commit ba13219

Please sign in to comment.