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