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:
parent
ceefb8697e
commit
dc626c4ed9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue