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
|
||||
foreground: "p:rosewater"
|
||||
template: >
|
||||
{{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }}
|
||||
{{.Version}}{{ end }}{{ if .Name }}{{ .Name }} {{ end }}{{ end -}}
|
||||
{{ if .Error }} {{ .Error }}{{ else -}}
|
||||
{{ if .Version }} {{.Version}}{{ end -}}
|
||||
{{ if .Name }} {{ .Name }} {{ end }}{{ end -}}
|
||||
- type: git
|
||||
foreground: magenta
|
||||
properties:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/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
|
||||
|
||||
eval "$(pyenv init -)"
|
||||
# eval "$(pyenv init -)"
|
||||
smartcache eval pyent init -
|
||||
|
|
Loading…
Reference in a new issue