6 lines
111 B
Text
Executable file
6 lines
111 B
Text
Executable file
#compdef ,
|
|
|
|
found_bin_dir=$(find-local-bin aet)
|
|
|
|
_files -g "^," -W $found_bin_dir
|
|
_files -g "^," -W $HOME/bin
|