@@ -61,6 +61,14 @@ And add to `.bashrc` or `.zshrc`:
aliasfuck='$(thefuck $(fc -ln -1))'
```
Or in `config.fish`:
```fish
functionfuck
eval(thefuck(history|head-n1))
end
```
## How it works
The Fuck tries to match rule for the previous command, create new command
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.