1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Merge pull request #54 from olysyuk/patch-1

Update README.md
This commit is contained in:
Vladimir Iakovlev 2015-04-20 15:29:32 +02:00
commit 0e84f33ae0

View File

@ -90,7 +90,7 @@ If it fails try to use `easy_install`:
sudo easy_install thefuck
```
And add to `.bashrc` or `.zshrc`:
And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX):
```bash
alias fuck='$(thefuck $(fc -ln -1))'