Convert erdtree to chezmoi
parent
dbee5f4fea
commit
faa549b754
@ -0,0 +1,3 @@
|
||||
{{ if lookPath "erd" -}}
|
||||
eval "$(erd --completions bash)"
|
||||
{{- end }}
|
@ -0,0 +1,3 @@
|
||||
{{ if lookPath "erd" -}}
|
||||
eval "$(erd --completions fish)"
|
||||
{{- end }}
|
@ -1,4 +1,6 @@
|
||||
{{ if lookPath "erd" -}}
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
eval "$(erd --completions zsh)"
|
||||
{{- end }}
|
@ -1 +0,0 @@
|
||||
eval "$(erd --completions bash)"
|
@ -1,5 +0,0 @@
|
||||
--icons
|
||||
--hidden
|
||||
--dirs-first
|
||||
--human
|
||||
--no-git
|
@ -1 +0,0 @@
|
||||
eval "$(erd --completions fish)"
|
Loading…
Reference in New Issue