add same abbr for wsl

This commit is contained in:
Mylloon 2022-10-11 15:28:23 +02:00
parent aa2115e582
commit 220ba0e967
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -126,6 +126,7 @@ then
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'"
# === Micro configuration ==
git config --global core.editor "micro"