add noconfirm flag
This commit is contained in:
parent
3827ee2840
commit
04c6fda779
2 changed files with 2 additions and 2 deletions
2
arch.sh
2
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue