Files
archived-solorice/config/fish/conf.d/thefuck.fish
2026-02-09 22:52:34 +02:00

6 lines
120 B
Fish

# "fuck" to fix the previous command
if type -q thefuck
thefuck --alias | source
thefuck --alias f | source
end