dotfiles/.config/zsh/completion/_edbin

3 lines
104 B
Plaintext
Raw Normal View History

2021-04-19 08:38:28 +00:00
#compdef edbin
compadd $(ls -pA $HOME/.local/bin/scripts) #$(echo $PATH | cut -d':' -f1 | xargs ls -pA)