From 1819e253fe88495c779e43b18d6642ff6fb50daa Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 8 Nov 2022 20:24:20 +0100 Subject: [PATCH] remove ocaml related abbrs --- arch.sh | 2 -- arch_wsl.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch.sh b/arch.sh index 2488c12..45eb16a 100644 --- a/arch.sh +++ b/arch.sh @@ -125,9 +125,7 @@ main() { fish -c "abbr gc 'git clone'" fish -c "abbr cl 'cat src/**.* | sed \'/^\s*$/d\' | wc -l'" fish -c "abbr mirrors_update \"curl -s 'https://archlinux.org/mirrorlist/?country=FR&country=GB&protocol=https&use_mirror_status=on' | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo bash -c 'rankmirrors -n 7 - > /etc/pacman.d/mirrorlist' && sudo pacman -Syy\"" - fish -c "abbr vocaml 'ocamlopt *.ml && rm *.o *.cmx *.out'" fish -c "abbr ocamlbuild 'ocamlbuild -no-hygiene'" - fish -c "abbr ocml 'clear; ocamlopt *.ml && rm *.o *.cmx *.out; ocamlbuild -no-hygiene test.byte; ./test.byte; rm test.byte'" fish -c "abbr opamupdate 'opam update && opam upgrade -y'" fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'" fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'" diff --git a/arch_wsl.sh b/arch_wsl.sh index 707c45a..19ee776 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -139,9 +139,7 @@ main() { fish -c "abbr gc 'git clone'" fish -c "abbr cl 'cat src/**.* | sed \'/^\s*$/d\' | wc -l'" fish -c "abbr mirrors_update \"curl -s 'https://archlinux.org/mirrorlist/?country=FR&country=GB&protocol=https&use_mirror_status=on' | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo bash -c 'rankmirrors -n 7 - > /etc/pacman.d/mirrorlist' && sudo pacman -Syy\"" - fish -c "abbr vocaml 'ocamlopt *.ml && rm *.o *.cmx *.out'" fish -c "abbr ocamlbuild 'ocamlbuild -no-hygiene'" - fish -c "abbr ocml 'clear; ocamlopt *.ml && rm *.o *.cmx *.out; ocamlbuild -no-hygiene test.byte; ./test.byte; rm test.byte'" fish -c "abbr opamupdate 'opam update && opam upgrade -y'" fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'" fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'"