Skip to content

Commit

Permalink
add work aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
morontt committed Jan 13, 2017
1 parent 9edc63a commit 482eff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

if [ -f ~/.work_aliases ]; then
. ~/.work_aliases
fi

function git-score () {
git log | grep Author | sort | uniq -ci | sort -nr
}
Expand Down

0 comments on commit 482eff0

Please sign in to comment.