1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

use UTC for backups too

This commit is contained in:
Connor Olding 2019-05-27 10:40:11 -07:00
parent 0338cbd74f
commit 5e3213249a

View File

@ -101,7 +101,7 @@ rc="$(readlink -f "$(dirname "$0")" )"
cd "$HOME"
PATH="${PATH:?No existing PATH}:$rc/sh"
backup_dir="$rc/backup-$(date '+%s')"
backup_dir="$rc/backup-$(date -u '+%s')"
for f in .bashrc .zshrc .-shrc .streamcrap .ea .vimrc \
.inputrc .Xresources .screenrc; do