Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Add aliases for hub now too.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrr committed Aug 24, 2017
1 parent 93b6868 commit b232cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ if command -v keychain >/dev/null; then
eval "$(keychain $agents --eval --inherit any 0x1CB76F2B66C7D0F1)"
fi

##
# hub
#
if command -v hub >/dev/null; then
eval "$(hub alias -s)"
fi

##
# shell prompt
#
Expand Down

0 comments on commit b232cfc

Please sign in to comment.