make topgrade depends on os

This commit is contained in:
Mylloon 2023-05-19 14:09:16 +02:00
parent f7c60f63f5
commit e2ab04c468
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 2 additions and 1 deletions

View file

@ -32,4 +32,3 @@ abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wo
abbr vmake "clear; make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main; make clean 2> /dev/null" abbr vmake "clear; make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main; make clean 2> /dev/null"
abbr yay-rebuild "checkrebuild | awk '{print \$2}' | xargs -r yay -S --rebuildtree --noconfirm" abbr yay-rebuild "checkrebuild | awk '{print \$2}' | xargs -r yay -S --rebuildtree --noconfirm"
abbr zip "zip -r 'archive.zip' dossier" abbr zip "zip -r 'archive.zip' dossier"
abbr topgrade "topgrade -y -c --skip-notify"

View file

@ -2,3 +2,4 @@ abbr code "codium"
abbr d "nautilus . -w &> /dev/null & disown" abbr d "nautilus . -w &> /dev/null & disown"
abbr vs "codium ." abbr vs "codium ."
abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"' abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
abbr topgrade "topgrade -y -c --skip-notify"

View file

@ -3,3 +3,4 @@ abbr unison "unison ~/src ~/u_dest"
abbr vs "code ." abbr vs "code ."
abbr wgcc "x86_64-w64-mingw32-gcc" abbr wgcc "x86_64-w64-mingw32-gcc"
abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"' abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"'
abbr topgrade "topgrade -y -c"