Skip to content

Commit

Permalink
edit for clarity and cleverness
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 10, 2015
1 parent 01c4198 commit 2cc6b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ To install Hound, please use `go get`. If you don't have Go installed, [get it h
go get github.com/ezekg/git-hound
```

**Alias `git add` inside `.bash_profile`:** _(optional)_
**Alias `git add` inside `~/.bash(rc|_profile)`:** _(optional)_
```bash
alias git='_() { if [[ "$1" == "add" ]]; then git-hound "$@"; else git "$@"; fi }; _'
```
Expand Down

0 comments on commit 2cc6b9a

Please sign in to comment.