Add handler for "is not a git command"

This commit is contained in:
nvbn
2015-04-08 21:20:11 +02:00
parent 9ed022d67f
commit e7b377a310
5 changed files with 55 additions and 2 deletions
+9
View File
@@ -36,6 +36,15 @@ zsh: command not found: puthon
➜ fuck
Python 3.4.2 (default, Oct 8 2014, 13:08:17)
...
➜ git brnch
git: 'brnch' is not a git command. See 'git --help'.
Did you mean this?
branch
➜ fuck
* master
```
## Installation