make topgrade depends on os
This commit is contained in:
parent
f7c60f63f5
commit
e2ab04c468
3 changed files with 2 additions and 1 deletions
|
@ -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 yay-rebuild "checkrebuild | awk '{print \$2}' | xargs -r yay -S --rebuildtree --noconfirm"
|
||||
abbr zip "zip -r 'archive.zip' dossier"
|
||||
abbr topgrade "topgrade -y -c --skip-notify"
|
||||
|
|
|
@ -2,3 +2,4 @@ abbr code "codium"
|
|||
abbr d "nautilus . -w &> /dev/null & disown"
|
||||
abbr vs "codium ."
|
||||
abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
|
||||
abbr topgrade "topgrade -y -c --skip-notify"
|
||||
|
|
|
@ -3,3 +3,4 @@ abbr unison "unison ~/src ~/u_dest"
|
|||
abbr vs "code ."
|
||||
abbr wgcc "x86_64-w64-mingw32-gcc"
|
||||
abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"'
|
||||
abbr topgrade "topgrade -y -c"
|
||||
|
|
Loading…
Reference in a new issue