Add erdtree shell completions
parent
a790373988
commit
9eed8c6c80
@ -0,0 +1 @@
|
||||
eval "$(et --completions bash)"
|
@ -0,0 +1 @@
|
||||
eval "$(et --completions fish)"
|
@ -0,0 +1,4 @@
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
eval "$(et --completions zsh)"
|
Loading…
Reference in New Issue