fix: Add p10k config for Darwin

master
parent ceefb8697e
commit dc626c4ed9
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -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")

Loading…
Cancel
Save