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

Update README.md

OSX has a different bash file
http://stackoverflow.com/questions/8967843/how-do-i-create-a-bash-alias
This commit is contained in:
olysyuk 2015-04-20 14:12:31 +03:00
parent ef20a68d56
commit 4f135728c5

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))'