diff options
author | foswret <foswret@posteo.com> | 2025-07-11 17:08:05 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-07-11 17:08:05 -0500 |
commit | d6e183e00177fb6e0f043f36ace82e52358f21b8 (patch) | |
tree | 3a21e8db30a0098e246998168ae90263c3697b12 /scripts/dotfiles.sh | |
parent | e0da88ef0fe1e9a2aef6b095e56a84a3dae33845 (diff) |
Diffstat (limited to 'scripts/dotfiles.sh')
-rwxr-xr-x | scripts/dotfiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dotfiles.sh b/scripts/dotfiles.sh index 1a0675a..b62e4d4 100755 --- a/scripts/dotfiles.sh +++ b/scripts/dotfiles.sh @@ -9,5 +9,5 @@ rsync -av --delete ~/.config/zathura/ ~/.config/dotfiles/zathura cp -r ~/.config/X11/Xresources ~/.config/dotfiles/Xresources cd ~/.config/dotfiles && git add . -git commit -m "automated commit at ($TIMESTAMP)" +git commit -m "automated commit at $TIMESTAMP" git push myserver master |