Add ipython config to rsync-local-config
This commit is contained in:
parent
bb6f42f8c8
commit
6086facb8c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue