···1919if command -qs bat
2020 set -gx PAGER bat
2121 set -gx GIT_PAGER 'bat --plain'
2222+ # journalctl output doesn't necessarily play nice with bat
2323+ set -gx SYSTEMD_PAGER less
22242325 # macOS `man` suports piping in MANPAGER, but on Linux this needs a
2426 # wrapper script (see `man man`)
···5456set -Ux fish_user_paths \
5557 $DEVKITARM/bin \
5658 ~/.cargo/bin \
5959+ ~/.local/bin \
5760 $GOPATH/bin \
5861 node_modules/.bin \
5962 /usr/local/bin \