Skip to content

Commit

Permalink
git achievments
Browse files Browse the repository at this point in the history
  • Loading branch information
olkarls committed Jul 29, 2010
1 parent a2c6700 commit e23d9c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bash/aliases
Expand Up @@ -30,6 +30,8 @@ function pless {
pygmentize $1 | less -r
}

alias git="git-achievements"

# Git
function gg() {
git commit -v -a -m "$*"
Expand Down
2 changes: 1 addition & 1 deletion bash/env
@@ -1,2 +1,2 @@
export EDITOR="mate -w"
export PATH=$PATH:~/bin:/usr/local/mysql/bin
export PATH=$PATH:~/bin:/usr/local/mysql/bin:~/bin/dotfiles/bash/git-achievements
1 change: 1 addition & 0 deletions bash/git-achievements
Submodule git-achievements added at 701454

0 comments on commit e23d9c4

Please sign in to comment.