mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Replace Xonsh in up.session
This commit is contained in:
parent
b94e13ce6e
commit
757c75eccf
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
layout vertical
|
layout vertical
|
||||||
|
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh rpm-ostree"
|
launch fish -c "python ~/.scripts/update.py rpm-ostree"
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh flatpak"
|
launch fish -c "python ~/.scripts/update.py flatpak"
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh pipx"
|
launch fish -c "python ~/.scripts/update.py pipx"
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh cargo"
|
launch fish -c "python ~/.scripts/update.py cargo"
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh npm"
|
launch fish -c "python ~/.scripts/update.py npm"
|
||||||
launch bash -c "xonsh ~/.scripts/update.xsh nvim"
|
launch fish -c "python ~/.scripts/update.py nvim"
|
||||||
|
|
Loading…
Reference in a new issue