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

Updated Shell aliases (markdown)

Vladimir Iakovlev 2015-10-30 20:47:06 +08:00
parent 9d5931bbec
commit 417fb99e67

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