ZSH: use thefuck

This commit is contained in:
Tobias Manske 2022-06-01 19:13:02 +02:00
parent 375334582c
commit 4897076bec
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 202689A59D645C1C
2 changed files with 4 additions and 0 deletions

3
.zimrc
View File

@ -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

1
.zshrc
View File

@ -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)