Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
7a2b01f2a8
3 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,6 @@ abbr mmake "make clean && clear; make && ./*.out"
|
|||
abbr nano micro
|
||||
abbr ocamlbuild "ocamlbuild -no-hygiene"
|
||||
abbr opamupdate "opam update && opam upgrade -y"
|
||||
abbr rm "rm -rf"
|
||||
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 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"
|
||||
|
|
|
@ -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 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 rm "trash -f"
|
||||
|
|
|
@ -2,3 +2,4 @@ abbr d "explorer.exe ."
|
|||
abbr unison "unison ~/src ~/u_dest"
|
||||
abbr vs "code ."
|
||||
abbr wgcc x86_64-w64-mingw32-gcc
|
||||
abbr rm "rm -rf"
|
||||
|
|
Loading…
Reference in a new issue