Provide shortcut to find personal bin exes
This commit is contained in:
parent
686a06e2b6
commit
662063f37b
5 changed files with 43 additions and 3 deletions
6
zsh/.config/zsh/completions/_comma
Executable file
6
zsh/.config/zsh/completions/_comma
Executable file
|
@ -0,0 +1,6 @@
|
|||
#compdef ,
|
||||
|
||||
found_bin_dir=$(find-local-bin aet)
|
||||
|
||||
_files -g "^," -W $found_bin_dir
|
||||
_files -g "^," -W $HOME/bin
|
Loading…
Add table
Add a link
Reference in a new issue