From 9abd6488259c7debfa97d366c9136a0b166fc254 Mon Sep 17 00:00:00 2001 From: John Costa Date: Tue, 27 May 2025 18:39:28 +0100 Subject: [PATCH] feat: less writing --- scripts/manager.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manager.bash b/scripts/manager.bash index 8478a106..25d0f118 100755 --- a/scripts/manager.bash +++ b/scripts/manager.bash @@ -17,7 +17,7 @@ sed -i "s/#$current_host: //" config/hypr/hyprland.conf for file in "config"/*; do echo "rsync -av $file ~/.config --delete" - rsync -av $file ~/.config --delete + rsync -a $file ~/.config --delete done DISPLAY=:0 kitty metapac sync