commit d41c57e41d4aa5346d967a51232b0ac10233cde3 parent e28398d9609551788ef5cb1ebbea0902181657a7 Author: Byron Torres <b@torresjrjr.com> Date: Mon, 26 Apr 2021 16:58:57 +0100 Set FETCH to $FETCH or fetch Diffstat:
M | sh/.rc.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sh/.rc.sh b/sh/.rc.sh @@ -6,7 +6,7 @@ ## Env -FETCH="fetch" +FETCH="${FETCH:-fetch}" ## Settings