cleaned up
This commit is contained in:
@@ -2,7 +2,12 @@
|
|||||||
# set -e # uncomment for die on error
|
# set -e # uncomment for die on error
|
||||||
startTime=$(date '+%s') # to time the (re)install time for the logs
|
startTime=$(date '+%s') # to time the (re)install time for the logs
|
||||||
|
|
||||||
|
if [ -z "$2" ]; then
|
||||||
gitBranch=master # branch from github
|
gitBranch=master # branch from github
|
||||||
|
else
|
||||||
|
gitBranch=$2
|
||||||
|
fi
|
||||||
|
|
||||||
rcFile=$HOME/.zshrc # shell rc file
|
rcFile=$HOME/.zshrc # shell rc file
|
||||||
# gitJobs=5 # number of jobs to download from github with
|
# gitJobs=5 # number of jobs to download from github with
|
||||||
gitJobs=default # default for no --jobs x arg, integar for a number of jobs
|
gitJobs=default # default for no --jobs x arg, integar for a number of jobs
|
||||||
|
|||||||
Reference in New Issue
Block a user