Add ipython config to rsync-local-config
This commit is contained in:
parent
bb6f42f8c8
commit
6086facb8c
|
@ -1,5 +1,5 @@
|
||||||
HOST=$1
|
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"
|
SOURCE="$HOME/.config/$TARGET"
|
||||||
echo "--- $SOURCE ---"
|
echo "--- $SOURCE ---"
|
||||||
TMP_TARGET=/tmp/rsync-local-config
|
TMP_TARGET=/tmp/rsync-local-config
|
||||||
|
|
Loading…
Reference in a new issue