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

Merge branch 'master' of github.com:nvbn/thefuck

This commit is contained in:
nvbn 2015-04-18 22:50:42 +02:00
commit 3440582494

View File

@ -69,7 +69,7 @@ And add to `.bashrc` or `.zshrc`:
```bash
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'
```