From bbbe86735abbf8d995bba62d064075a87057b1f1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 2 Apr 2024 11:05:36 +0100 Subject: [PATCH] Remove zellij from rsync-local-config --- home/scripts/rsync-local-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/scripts/rsync-local-config.sh b/home/scripts/rsync-local-config.sh index ff98b23f..6de26823 100755 --- a/home/scripts/rsync-local-config.sh +++ b/home/scripts/rsync-local-config.sh @@ -1,6 +1,6 @@ HOST=$1 # Config files -for TARGET in bat bottom git zellij starship.toml; do +for TARGET in bat bottom git starship.toml; do SOURCE="$HOME/.config/$TARGET" echo "--- $SOURCE ---" TMP_TARGET=/tmp/rsync-local-config