From cc6b1c28ad754456407fe296a4e978208929cc39 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:41:46 +0200 Subject: [PATCH] Added support for the f*ck --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 4fd730d..467d7f5 100644 --- a/.zshrc +++ b/.zshrc @@ -68,6 +68,12 @@ ZINIT_HOME="$HOME/.config/zinit/zinit.git" # Initialize zinit source "${ZINIT_HOME}/zinit.zsh" # +# Initialize TheF*ck if it exists +if command -v thefuck &> /dev/null +then + eval "$(thefuck --alias)" +fi +# # Colored ls alias ls="ls --color=auto" #