Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
1037:38b8060cdf24 | 1038:6ab26ddbf78d |
---|---|
28 find . -name "*.1" | xargs -I {} sh -c 'install {} "$MANPAGE_DIR/$(basename {})"' | 28 find . -name "*.1" | xargs -I {} sh -c 'install {} "$MANPAGE_DIR/$(basename {})"' |
29 | 29 |
30 popd | 30 popd |
31 rm -rf $DOWNLOAD_DIR | 31 rm -rf $DOWNLOAD_DIR |
32 | 32 |
33 FISH_COMPLETIONS=$HOME/.config/fish/completions | |
34 $INSTALL_DIR/rg --generate=complete-fish > $FISH_COMPLETIONS/rg.fish | |
35 $INSTALL_DIR/fd --gen-completions fish > $FISH_COMPLETIONS/fd.fish | |
36 | |
33 {{ end }} | 37 {{ end }} |