mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:29:03 -08:00
use UTC for backups too
This commit is contained in:
parent
0338cbd74f
commit
5e3213249a
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue