2022-08-09 09:00:29 +00:00
|
|
|
#compdef edit-bin
|
2022-08-09 20:53:27 +00:00
|
|
|
dirs=($HOME/.local/bin/*/)
|
|
|
|
_files -W dirs
|
2021-06-24 20:08:32 +00:00
|
|
|
#compadd $(ls --almost-all --indicator-style=slash $HOME/.local/bin/scripts)
|
|
|
|
#$(echo $PATH | cut -d':' -f1 | xargs ls -pA)
|