ZSH: Enable thefuck

This commit is contained in:
Marko Korhonen 2022-09-20 22:55:09 +03:00
parent 49593b02b0
commit 527dace26c

View file

@ -248,3 +248,6 @@ dct() {
yj -ty < $file_path | docker compose -f - $@
}
# enable https://github.com/nvbn/thefuck
eval $(thefuck --alias)