1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-12-22 00:58:17 +00:00

fix: Add p10k config for Darwin

This commit is contained in:
Thomas A. Christensen II 2023-10-06 11:01:42 -05:00
parent ceefb8697e
commit dc626c4ed9
Signed by: millironx
GPG key ID: 09335146883990B9

View file

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