mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 20:13:42 +00:00
Press to exit also on fail
This commit is contained in:
parent
7dba20fb9a
commit
b4ceea49c4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
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'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue