mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
5 lines
72 B
Bash
5 lines
72 B
Bash
_fab_list() {
|
|
reply=(`fab --shortlist`)
|
|
}
|
|
|
|
compctl -K _fab_list fab
|