Skip to content

Commit

Permalink
Git Aliases: Remove duplicate darwin clause/add default clause for gi…
Browse files Browse the repository at this point in the history
…t diff.
  • Loading branch information
Greg Nofi committed Nov 15, 2012
1 parent 4261f3d commit 20b3d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/available/git.aliases.bash
Expand Up @@ -35,7 +35,7 @@ case $OSTYPE in
darwin*)
alias gd='git diff | mate'
;;
darwin*)
*)
alias gd='git diff'
;;
esac

0 comments on commit 20b3d43

Please sign in to comment.