found out of some yay artifact (quite not sure about the rebuild one)
This commit is contained in:
parent
9a95567595
commit
7238a21dfc
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ abbr ..3 "cd ../../.."
|
|||
abbr ..4 "cd ../../../.."
|
||||
abbr ..5 "cd ../../../../.."
|
||||
abbr activate "source bin/activate.fish"
|
||||
abbr bigupdate "yay -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
|
||||
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
|
||||
abbr cat "bat -pp"
|
||||
abbr c "command"
|
||||
abbr - "cd -"
|
||||
|
@ -30,5 +30,5 @@ abbr untgz "tar xvzf"
|
|||
abbr vgcc "clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -g main.c && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./a.out; rm a.out 2> /dev/null"
|
||||
abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wold-style-cast -Wsign-conversion main.cpp && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./a.out; rm a.out 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 paru-rebuild "checkrebuild | awk '{print \$2}' | xargs -r paru -S --rebuild=all --noconfirm"
|
||||
abbr zip "zip -r 'archive.zip' dossier"
|
||||
|
|
Loading…
Reference in a new issue