Remove f function
This commit is contained in:
parent
d5419434d4
commit
3f6367d2ca
|
@ -1,9 +0,0 @@
|
||||||
# No arguments: `fin ps`
|
|
||||||
# With arguments: acts like `fin`
|
|
||||||
f() {
|
|
||||||
if [[ $# > 0 ]]; then
|
|
||||||
fin $@
|
|
||||||
else
|
|
||||||
fin start
|
|
||||||
fi
|
|
||||||
}
|
|
Loading…
Reference in a new issue