Skip to content

Commit

Permalink
experiment with using the hub wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
richardc committed Sep 13, 2011
1 parent 822083a commit f06197e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ fi
# xdg-open(1) on Linux, open(1) on OSX
[ $( uname ) == "Linux" ] && alias open=xdg-open


[[ -e /usr/local/bin/hub ]] && alias git=hub
alias vi=vim

# enable perlbrew http://search.cpan.org/perldoc?perlbrew
Expand Down
3 changes: 3 additions & 0 deletions _gitconfig.TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
email = richardc@unixbeard.net
[% END %]

[github]
user = richardc

[alias]
st = status
ci = commit
Expand Down

0 comments on commit f06197e

Please sign in to comment.