···5555 "sh -c \"$sed -E -e 's#(.)\x08\1#\1#g' -e 's#_\x08(.)#\1#g' | bat --plain --language=Manpage\""
5656end
57575858+# https://stackoverflow.com/a/39352670
5959+set -gx LESS Rx4
6060+5861if command -qs xcode-select
5962 # Guess these don't get added automatically, make sure
6063 for pth in (xcode-select --show-manpaths)
+6-3
.config/git/config
···8080 editor = code
8181[advice]
8282 detachedHead = false
8383-# NOTE: This has to come last to override other settings, e.g. user.email
8484-[include]
8585- path = ~/.gitconfig.local
8383+8684[rerere]
8785 enabled = true
8886[rebase]
···9795 # Don't hard-fail if some LFS files can't be downloaded during checkout.
9896 # Without this, git repo is left in partially checked out state and it sucks
9997 skipdownloaderrors = true
9898+9999+# NOTE: This has to come last to override other settings, e.g. user.email
100100+[include]
101101+ path = ~/.gitconfig.local
102102+ path = ~/.config/git/config.local
···2233set -euo pipefail
4455-# Ensure latest alts are symlinked after a pull
66-yadm alt >/dev/null
77-echo >&2 Finished setting up alt symlinks.
55+[ -f ~/.local/state/yadm/env ] && source ~/.local/state/yadm/env
66+if [ "$YADM_OS" != "Msys" ]; then
77+ # Ensure latest alts are symlinked after a pull
88+ yadm alt >/dev/null
99+ echo >&2 Finished setting up alt symlinks.
1010+fi