1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Update README.md

This commit is contained in:
Vladimir Iakovlev 2015-04-18 22:06:26 +02:00
parent 6f1f379961
commit b1df7dca62

View File

@ -69,7 +69,7 @@ And add to `.bashrc` or `.zshrc`:
```bash ```bash
alias fuck='$(thefuck $(fc -ln -1))' alias fuck='$(thefuck $(fc -ln -1))'
# You can use wahtever you want for as an alias, like for mondays: # You can use whatever you want as an alias, like for mondays:
alias FUCK='fuck' alias FUCK='fuck'
``` ```