dotfiles/.config/zsh/completion/_edit-bin

6 lines
183 B
Plaintext
Raw Normal View History

#compdef edit-bin
dirs=($HOME/.local/bin/*/)
_files -W dirs
#compadd $(ls --almost-all --indicator-style=slash $HOME/.local/bin/scripts)
#$(echo $PATH | cut -d':' -f1 | xargs ls -pA)