feat: update zsh environment variables, refactor gdc script, add gptc script, and modify xr script handling
This commit is contained in:
parent
ecd0b37009
commit
7cf6ef3017
4 changed files with 115 additions and 14 deletions
|
|
@ -43,10 +43,6 @@ case "$1" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "$#" -lt "1" ]; then
|
||||
die "Missing date!"
|
||||
fi
|
||||
|
||||
export GIT_AUTHOR_DATE="${date}"
|
||||
export GIT_COMMITTER_DATE="${date}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue