Compare commits

..

No commits in common. "70a0e48cdfdfcc9a49f4be712830d19969724d6c" and "e2ce670384d34756497436320f894c3d64be8e22" have entirely different histories.

4 changed files with 5 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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