From 757c75eccf4005f788f16f5810092a954bfe468d Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 4 May 2022 22:47:09 +0200 Subject: [PATCH] Replace Xonsh in up.session --- .config/kitty/up.session | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/kitty/up.session b/.config/kitty/up.session index 01aa421..d92904b 100644 --- a/.config/kitty/up.session +++ b/.config/kitty/up.session @@ -1,8 +1,8 @@ layout vertical -launch bash -c "xonsh ~/.scripts/update.xsh rpm-ostree" -launch bash -c "xonsh ~/.scripts/update.xsh flatpak" -launch bash -c "xonsh ~/.scripts/update.xsh pipx" -launch bash -c "xonsh ~/.scripts/update.xsh cargo" -launch bash -c "xonsh ~/.scripts/update.xsh npm" -launch bash -c "xonsh ~/.scripts/update.xsh nvim" +launch fish -c "python ~/.scripts/update.py rpm-ostree" +launch fish -c "python ~/.scripts/update.py flatpak" +launch fish -c "python ~/.scripts/update.py pipx" +launch fish -c "python ~/.scripts/update.py cargo" +launch fish -c "python ~/.scripts/update.py npm" +launch fish -c "python ~/.scripts/update.py nvim"