-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Currently the thefuck git repo has been pretty much abandoned see reaching the point of being unusable in python 3.12 and above see, therefore i suggest replacing the usage of it in .bash_aliases and using pay-respects which seems to be more regularly maintained. (also to disable the ai)
Unfortunately i couldn't find a way to install it using nix 😅...
so it will look like so pretty much: (keeping fuck as the alias)
# .bash_aliases
...
# `pay-respects` - correct mistakes in CLI
if command -v pay-respects >/dev/null; then
eval "$(pay-respects bash --alias fuck)"
fi
...instead of
# .bash_aliases
...
# `thefuck` - correct mistakes in CLI
if command -v thefuck >/dev/null; then
eval "$(thefuck --alias)"
fi
...r6t
Metadata
Metadata
Assignees
Labels
No labels