Mercurial > dotfiles
view .chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl @ 879:0a7f9b99faab draft
feat: add verilog textobjects
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 19 Apr 2024 16:59:12 +0200 |
parents | 7810e6006a61 |
children | 59bf256e6c1c |
line wrap: on
line source
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} #!/usr/bin/env bash set -xe eval "$($HOME/bin/rtx activate bash)" eval "$($HOME/bin/rtx hook-env)" chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi {{ end }}