Skip to content

Commit

Permalink
style: Minor change to projects template in default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Feb 7, 2022
1 parent ca26486 commit 48c83c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sampleconfig/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ prompt:
- type: project
style: "#555"
# template: |
# via {{ .Data.ToolSymbol }}@{{ .Data.ToolVersion }}
# {{- if .Data.PackageManagerVersion }}/{{ .Data.PackageManagerSymbol }}@{{ .Data.PackageManagerVersion }}{{ end -}}
# w/{{- printf "%s@%s" .Data.ToolSymbol .Data.ToolVersion | style .Data.ProjectStyle -}}
# {{- if .Data.PackageManagerVersion -}}
# /{{- printf "%s@%s" .Data.PackageManagerSymbol .Data.PackageManagerVersion | style .Data.ProjectStyle -}}
# {{- end -}}
- type: kubernetes
style: $fg
conditions:
Expand Down

0 comments on commit 48c83c0

Please sign in to comment.