Add command not found handler

This commit is contained in:
nvbn
2015-04-08 19:00:03 +02:00
parent 9b135b67d0
commit 8e5cc9d73a
5 changed files with 79 additions and 1 deletions
+10
View File
@@ -26,6 +26,16 @@ To push the current branch and set the remote as upstream, use
➜ fuck
Counting objects: 9, done.
...
➜ puthon
No command 'puthon' found, did you mean:
Command 'python' from package 'python-minimal' (main)
Command 'python' from package 'python3' (main)
zsh: command not found: puthon
➜ fuck
Python 3.4.2 (default, Oct 8 2014, 13:08:17)
...
```
## Installation