Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
7 lines
159 B
Bash
7 lines
159 B
Bash
function fzf-rg-widget() {
|
|
bash ${DOOTS:-$HOME/.local}/bin/fzf-rg-launcher "$LBUFFER"
|
|
zle redisplay
|
|
}
|
|
|
|
zle -N fzf-rg-widget
|
|
bindkey '^F' fzf-rg-widget
|