remove ocaml related abbrs
This commit is contained in:
parent
8341f5a86e
commit
1819e253fe
2 changed files with 0 additions and 4 deletions
2
arch.sh
2
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'"
|
||||
|
|
|
@ -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'"
|
||||
|
|
Loading…
Reference in a new issue