format and remove ugc

This commit is contained in:
Mylloon 2023-10-09 17:12:05 +02:00
parent 3201f027ac
commit 250a88c267
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 6 deletions

View file

@ -7,17 +7,17 @@ abbr ..5 "cd ../../../../.."
abbr - "cd -"
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
abbr cat "bat -pp"
abbr c "command"
abbr c command
abbr cd.. "cd .."
abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l"
abbr cp "cp -rv"
abbr diff "delta"
abbr diff delta
abbr grep "grep -Irni 'txt' ."
abbr ls "eza --git --icons -gl"
abbr mgcc "clear; gcc -Wall -Wextra -Wconversion -Wdouble-promotion -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -fsanitize-undefined-trap-on-error -g3 main.c && ./a.out; rm a.out 2> /dev/null"
abbr mg++ "clear; g++ -Wall -Wextra -Wdouble-promotion -Wshadow -Wnon-virtual-dtor -pedantic -g3 -Wold-style-cast -Wsign-conversion main.cpp && ./a.out; rm a.out 2> /dev/null"
abbr mmake "clear; make && ./main; make clean 2> /dev/null"
abbr nano "micro"
abbr nano micro
abbr ocamlbuild "ocamlbuild -no-hygiene"
abbr opamupdate "opam update && opam upgrade -y"
abbr rm "rm -rf"
@ -27,4 +27,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 zip "zip -r 'archive.zip' dossier"
abbr mfind "find /* 2> /dev/null | grep ''"
abbr ugc "git fetch upstream && git pull upstream master && git push origin master"

View file

@ -1,4 +1,4 @@
abbr code "codium"
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)"'

View file

@ -1,5 +1,5 @@
abbr d "explorer.exe ."
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
abbr wgcc "x86_64-w64-mingw32-gcc"
abbr wgcc x86_64-w64-mingw32-gcc
abbr topgrade "topgrade -y -c"