1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Press to exit also on fail

This commit is contained in:
Mo8it 2022-03-25 13:56:49 +01:00
parent 7dba20fb9a
commit b4ceea49c4

View file

@ -1,8 +1,8 @@
layout vertical layout vertical
launch fish -C "rpm-ostree upgrade && read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit" launch fish -C "rpm-ostree upgrade; read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit"
launch fish -C "flatpak update -y && flatpak remove --delete-data --unused && read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit" launch fish -C "flatpak update -y && flatpak remove --delete-data --unused; read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit"
launch fish -c "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" launch fish -c "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"