mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24: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() {
|
||||
if [ ! -f fabfile.py ]; then return 0;
|
||||
else
|
||||
reply=(`fab --shortlist`)
|
||||
fi
|
||||
reply=(`fab --shortlist`)
|
||||
}
|
||||
|
||||
compctl -K _fab_list fab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue