.p10k.zsh: 調整架構,因應Server環境專用,與日常用的設定檔切開
This commit is contained in:
5
dot_p10k.zsh.tmpl
Normal file
5
dot_p10k.zsh.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- if .serverStyle -}}
|
||||
{{- include ".p10k_server.zsh" -}}
|
||||
{{- else -}}
|
||||
{{- include ".p10k.zsh" -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user