From 04c6fda779bce32cd854531943f50af3a03701ea Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 6 Nov 2022 15:20:42 +0100 Subject: [PATCH] add noconfirm flag --- arch.sh | 2 +- arch_wsl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index d34e4ac..576989e 100644 --- a/arch.sh +++ b/arch.sh @@ -110,7 +110,7 @@ then fish -c "abbr ocml 'clear; ocamlopt *.ml && rm *.o *.cmx *.out; ocamlbuild -no-hygiene test.byte; ./test.byte; rm test.byte'" fish -c "abbr opamupdate 'opam update && opam upgrade -y'" fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'" - fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd)'" + fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'" # Fish by default in terminal app profil=$(gsettings get org.gnome.Terminal.ProfilesList list) gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${profil:2:-2}"/ use-custom-command true diff --git a/arch_wsl.sh b/arch_wsl.sh index ae41df7..d68262f 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -134,7 +134,7 @@ then fish -c "abbr ocml 'clear; ocamlopt *.ml && rm *.o *.cmx *.out; ocamlbuild -no-hygiene test.byte; ./test.byte; rm test.byte'" fish -c "abbr opamupdate 'opam update && opam upgrade -y'" fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'" - fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd)'" + fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'" # === Micro configuration == git config --global core.editor "micro"