Add ipython config to rsync-local-config

This commit is contained in:
Evie Litherland-Smith 2024-02-16 14:40:17 +00:00
parent bb6f42f8c8
commit 6086facb8c

View file

@ -1,5 +1,5 @@
HOST=$1
for TARGET in bat git zellij starship.toml; do
for TARGET in bat git zellij starship.toml "ipython/profile_default/ipython_config.json"; do
SOURCE="$HOME/.config/$TARGET"
echo "--- $SOURCE ---"
TMP_TARGET=/tmp/rsync-local-config