Compare commits
No commits in common. "70a0e48cdfdfcc9a49f4be712830d19969724d6c" and "e2ce670384d34756497436320f894c3d64be8e22" have entirely different histories.
70a0e48cdf
...
e2ce670384
4 changed files with 5 additions and 9 deletions
|
@ -33,9 +33,8 @@ 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,4 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# eval "$(direnv hook zsh)"
|
||||
smartcache eval direnv hook zsh
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# eval "$(fnm env --shell zsh)"
|
||||
smartcache eval fnm env --shell zsh
|
||||
eval "$(fnm env --shell zsh)"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# eval "$(pyenv init -)"
|
||||
smartcache eval pyent init -
|
||||
eval "$(pyenv init -)"
|
||||
|
|
Loading…
Reference in a new issue