ZSH: use thefuck
This commit is contained in:
parent
375334582c
commit
4897076bec
3
.zimrc
3
.zimrc
@ -37,4 +37,7 @@ zmodule zsh-users/zsh-syntax-highlighting
|
|||||||
zmodule zsh-users/zsh-history-substring-search
|
zmodule zsh-users/zsh-history-substring-search
|
||||||
# }}} End configuration added by Zim install
|
# }}} End configuration added by Zim install
|
||||||
|
|
||||||
|
|
||||||
|
zmodule laggardkernel/zsh-thefuck
|
||||||
|
|
||||||
zmodule agkozak/zsh-z
|
zmodule agkozak/zsh-z
|
||||||
|
1
.zshrc
1
.zshrc
@ -153,3 +153,4 @@ alias light="mqtt pub -t cmnd/Workbench/POWER -m "
|
|||||||
autoload -Uz compinit; compinit
|
autoload -Uz compinit; compinit
|
||||||
source /usr/share/fzf-tab-completion/zsh/fzf-zsh-completion.sh
|
source /usr/share/fzf-tab-completion/zsh/fzf-zsh-completion.sh
|
||||||
bindkey '^I' fzf_completion
|
bindkey '^I' fzf_completion
|
||||||
|
source =(thefuck -a)
|
||||||
|
Loading…
Reference in New Issue
Block a user