Compare commits
2 commits
e2ce670384
...
70a0e48cdf
Author | SHA1 | Date | |
---|---|---|---|
70a0e48cdf | |||
a17fa11ae4 |
4 changed files with 9 additions and 5 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
eval "$(fnm env --shell zsh)"
|
# eval "$(fnm env --shell zsh)"
|
||||||
|
smartcache eval fnm env --shell zsh
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
eval "$(pyenv init -)"
|
# eval "$(pyenv init -)"
|
||||||
|
smartcache eval pyent init -
|
||||||
|
|
Loading…
Reference in a new issue