Mercurial > dotfiles
diff .chezmoiscripts/run_onchange_after_22-install-devtools.sh.tmpl @ 1038:6ab26ddbf78d
feat: add fish shell
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 26 Apr 2024 18:43:22 +0200 |
parents | f3e87577dd3a |
children |
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_22-install-devtools.sh.tmpl Sun Jun 16 20:25:12 2024 +0200 +++ b/.chezmoiscripts/run_onchange_after_22-install-devtools.sh.tmpl Fri Apr 26 18:43:22 2024 +0200 @@ -30,4 +30,8 @@ popd rm -rf $DOWNLOAD_DIR +FISH_COMPLETIONS=$HOME/.config/fish/completions +$INSTALL_DIR/rg --generate=complete-fish > $FISH_COMPLETIONS/rg.fish +$INSTALL_DIR/fd --gen-completions fish > $FISH_COMPLETIONS/fd.fish + {{ end }}