1
0
Fork 0

feat: update zsh environment variables, refactor gdc script, add gptc script, and modify xr script handling

This commit is contained in:
Arthur K. 2025-01-08 17:28:11 +03:00
parent ecd0b37009
commit 7cf6ef3017
Signed by: wzray
GPG key ID: B97F30FDC4636357
4 changed files with 115 additions and 14 deletions

View file

@ -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}"