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)