From 127cce45a1238abf7288d211cde9ac8c3583a6d4 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 15 May 2022 09:14:16 +0200 Subject: [PATCH] zsh:p10k: Add vim modeline --- .../zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh b/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh index 64169ec..9b344ac 100644 --- a/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh +++ b/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh @@ -1616,3 +1616,5 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' + +# vim: ft=zsh tw=100 et ts=2