From 42f4ef919f50071a538155ca6daf04ebd109ee8c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 14:24:20 -0700 Subject: [PATCH] Move `now` and `today` t shared env. --- bashrc.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bashrc.sh b/bashrc.sh index 5ba42b8..617e874 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -273,12 +273,6 @@ alias qv="qvd" ## Backup Related ## -function now { - date "+%Y%m%d-%H%M%S" -} -function today { - date "+%Y%m%d" -} export BACKUP_DIR="/srv/backup" export DOCKER="Docker" export SYSTEM="System"