view .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl @ 657:3b903fda0c14

disable pasted text highlighting in zsh
author zegervdv <zegervdv@me.com>
date Sat, 24 Sep 2022 15:44:37 +0000
parents e321b25bcc23
children b137de67217b
line wrap: on
line source

{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
#!/usr/bin/env zsh

# overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }}

source ~/.zshrc

fast-theme XDG:overlay
{{ end -}}