Convert direnv to chezmoi
parent
3d476bc881
commit
dbee5f4fea
@ -1 +0,0 @@
|
|||||||
eval "$(direnv hook bash)"
|
|
@ -1 +0,0 @@
|
|||||||
eval "$(direnv hook zsh)"
|
|
@ -0,0 +1,3 @@
|
|||||||
|
{{ if lookPath "direnv" -}}
|
||||||
|
eval "$(direnv hook bash)"
|
||||||
|
{{- end }}
|
@ -0,0 +1,3 @@
|
|||||||
|
{{ if lookPath "direnv" -}}
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
{{- end }}
|
Loading…
Reference in New Issue