1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-25 22:38:46 +00:00

fixes .zshrc aliasing

TPei 2015-10-12 11:44:11 +02:00
parent 70b7fc7fbc
commit 9d5931bbec

@ -9,7 +9,7 @@ eval "$(thefuck --alias)"
Add this alias to `.zshrc`: Add this alias to `.zshrc`:
```bash ```bash
eval "$(thefuck --alias)" alias fuck='$(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
``` ```
# Fish # Fish