Add Tera raw directives to avoid templating issues

This commit is contained in:
Michael Bradley 2025-03-24 22:12:53 -04:00
parent 94e16923c7
commit 380aab25a8
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
{% raw %}
# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
@ -2640,3 +2641,4 @@ wayland_enable_ime no
#: }}}
#: }}}
{% endraw %}

View file

@ -1,3 +1,4 @@
{% raw %}
# Generated by Powerlevel10k configuration wizard on 2023-01-09 at 19:29 EST.
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 54735.
# Wizard options: ascii, lean_8colors, 24h time, 2 lines, solid, white-ornaments,
@ -1649,3 +1650,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a}
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
'builtin' 'unset' 'p10k_config_opts'
{% endraw %}

View file

@ -1,3 +1,4 @@
{% raw %}
# Generated by Powerlevel10k configuration wizard on 2022-08-20 at 20:39 EDT.
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 62739.
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest,
@ -1650,3 +1651,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a}
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
'builtin' 'unset' 'p10k_config_opts'
{% endraw %}