Start by default
Run `fin start` by default rather than `fin ps`.
This commit is contained in:
parent
b90c128062
commit
0129a136a5
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ f() {
|
||||||
if [[ $# > 0 ]]; then
|
if [[ $# > 0 ]]; then
|
||||||
fin $@
|
fin $@
|
||||||
else
|
else
|
||||||
fin ps
|
fin start
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue