mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
stop checking for a fabfile, there isn't always one present
This commit is contained in:
parent
0af548de23
commit
155343c2c2
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
_fab_list() {
|
_fab_list() {
|
||||||
if [ ! -f fabfile.py ]; then return 0;
|
reply=(`fab --shortlist`)
|
||||||
else
|
|
||||||
reply=(`fab --shortlist`)
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compctl -K _fab_list fab
|
compctl -K _fab_list fab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue