From 4897076bec7f1192d6a06e16b33b8b8d806a7a5b Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 1 Jun 2022 19:13:02 +0200 Subject: [PATCH] ZSH: use thefuck --- .zimrc | 3 +++ .zshrc | 1 + 2 files changed, 4 insertions(+) diff --git a/.zimrc b/.zimrc index 77eda48..0814c9d 100644 --- a/.zimrc +++ b/.zimrc @@ -37,4 +37,7 @@ zmodule zsh-users/zsh-syntax-highlighting zmodule zsh-users/zsh-history-substring-search # }}} End configuration added by Zim install + +zmodule laggardkernel/zsh-thefuck + zmodule agkozak/zsh-z diff --git a/.zshrc b/.zshrc index bbbc10b..3c79090 100644 --- a/.zshrc +++ b/.zshrc @@ -153,3 +153,4 @@ alias light="mqtt pub -t cmnd/Workbench/POWER -m " autoload -Uz compinit; compinit source /usr/share/fzf-tab-completion/zsh/fzf-zsh-completion.sh bindkey '^I' fzf_completion +source =(thefuck -a)