Compare commits

...

2 commits

Author SHA1 Message Date
70a0e48cdf
smartcache saves thedat 2024-06-13 13:04:58 -05:00
a17fa11ae4
spacing 2024-06-13 13:04:51 -05:00
4 changed files with 9 additions and 5 deletions

View file

@ -33,8 +33,9 @@ blocks:
style: plain style: plain
foreground: "p:rosewater" foreground: "p:rosewater"
template: > template: >
{{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }} {{ if .Error }} {{ .Error }}{{ else -}}
{{.Version}}{{ end }}{{ if .Name }}{{ .Name }} {{ end }}{{ end -}} {{ if .Version }} {{.Version}}{{ end -}}
{{ if .Name }} {{ .Name }} {{ end }}{{ end -}}
- type: git - type: git
foreground: magenta foreground: magenta
properties: properties:

View file

@ -1,3 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
eval "$(direnv hook zsh)" # eval "$(direnv hook zsh)"
smartcache eval direnv hook zsh

View file

@ -1 +1,2 @@
eval "$(fnm env --shell zsh)" # eval "$(fnm env --shell zsh)"
smartcache eval fnm env --shell zsh

View file

@ -1,3 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
eval "$(pyenv init -)" # eval "$(pyenv init -)"
smartcache eval pyent init -