mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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"
|
cd "$HOME"
|
||||||
PATH="${PATH:?No existing PATH}:$rc/sh"
|
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 \
|
for f in .bashrc .zshrc .-shrc .streamcrap .ea .vimrc \
|
||||||
.inputrc .Xresources .screenrc; do
|
.inputrc .Xresources .screenrc; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue