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

5 lines
176 B
Plaintext
Raw Normal View History

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