Merge branch 'main' of git.mylloon.fr:Anri/confOS

This commit is contained in:
Mylloon 2023-11-11 13:51:27 +01:00
commit 7a2b01f2a8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,6 @@ abbr mmake "make clean && clear; make && ./*.out"
abbr nano micro abbr nano micro
abbr ocamlbuild "ocamlbuild -no-hygiene" abbr ocamlbuild "ocamlbuild -no-hygiene"
abbr opamupdate "opam update && opam upgrade -y" abbr opamupdate "opam update && opam upgrade -y"
abbr rm "rm -rf"
abbr tgz "tar czf 'Archive.tar.gz'" abbr tgz "tar czf 'Archive.tar.gz'"
abbr vgcc "clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -g *.c && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./*.out" abbr vgcc "clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -g *.c && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./*.out"
abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wold-style-cast -Wsign-conversion *.cpp && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./*.out" abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wold-style-cast -Wsign-conversion *.cpp && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./*.out"

View file

@ -4,3 +4,4 @@ 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 xclip "xclip -selection clipboard" abbr xclip "xclip -selection clipboard"
abbr spotx "bash -c 'bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP $HOME/.local/share/spotify-launcher/install/usr/share/spotify/'" abbr spotx "bash -c 'bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP $HOME/.local/share/spotify-launcher/install/usr/share/spotify/'"
abbr rm "trash -f"

View file

@ -2,3 +2,4 @@ abbr d "explorer.exe ."
abbr unison "unison ~/src ~/u_dest" 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 rm "rm -rf"