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

Remove tmp_var

This commit is contained in:
Mo8it 2022-04-19 04:53:22 +02:00
parent c2c835a3e5
commit 9c87ba3b89

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' > /dev/null && 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' > /dev/null && 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'"