From dc626c4ed9d07d731be86a640ca99a28fe0d0629 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:01:42 -0500 Subject: [PATCH] fix: Add p10k config for Darwin --- executable_dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/executable_dot_zshrc.tmpl b/executable_dot_zshrc.tmpl index 65f82b2..210e161 100644 --- a/executable_dot_zshrc.tmpl +++ b/executable_dot_zshrc.tmpl @@ -1,5 +1,5 @@ export SH=zsh -{{- if eq .chezmoi.os "linux" }} +{{ if or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin") }} {{- if or (eq .machinetype "workstation") (eq .chezmoi.osRelease.id "fedora") @@ -69,7 +69,7 @@ bashcompinit source $HOME/.envvar -{{- if eq .chezmoi.os "linux" }} +{{ if or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin") }} {{ if or (eq .machinetype "workstation") (eq .chezmoi.osRelease.id "fedora")