Remove zellij from rsync-local-config

This commit is contained in:
Evie Litherland-Smith 2024-04-02 11:05:36 +01:00
parent 2011c16fc4
commit bbbe86735a

View file

@ -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