diff --git a/fish/config.fish b/fish/config.fish index 7b01308..f96c8b7 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -28,10 +28,20 @@ set --universal fish_greeting # ======== # Autojump +# https://github.com/wting/autojump # ======== [ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish +# ======= +# thefuck +# https://github.com/nvbn/thefuck +# ======= + +if which -s thefuck + eval (thefuck --alias | tr '\n' ';') +end + # ========= # Functions # =========