From 8bef8d80648accd2806ad44e8db6e3aacd92d2e7 Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Sun, 18 Oct 2015 16:27:32 -0700 Subject: Custom Fetch time now uses a variable Set the variable GIT_RADAR_FETCH_TIME in a bashrc, zshrc or gitradarrc file to customize the fetch time. --- fetch.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fetch.sh') diff --git a/fetch.sh b/fetch.sh index 877fa7b..37601e3 100755 --- a/fetch.sh +++ b/fetch.sh @@ -10,8 +10,4 @@ dot="$(cd "$(dirname "$([ -L "$0" ] && $READLINK_CMD -f "$0" || echo "$0")")"; p source $dot/radar-base.sh -if [[ -z "$@" ]]; then - fetch; -else - fetch $1; -fi +fetch; -- cgit v1.2.3