From 250a88c267b1596b5a62a726803e0848a27668d0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 9 Oct 2023 17:12:05 +0200 Subject: [PATCH] format and remove ugc --- .config/fish/conf.d/abbr.fish | 7 +++---- .config/fish/conf.d/abbr_arch.fish | 2 +- .config/fish/conf.d/abbr_wsl.fish | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index fa1bf67..4b67a4b 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -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" diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 2b0a758..877f185 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -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)"' diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index a67cc75..1127306 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -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"