···11+# Set up linuxbrew PATH
22+if status is-interactive; and test -x /home/linuxbrew/.linuxbrew/bin/brew
33+ eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
44+end
+3-8
.config/fish/conf.d/50-config.fish
···11111212set -gx CARGO_UNSTABLE_SPARSE_REGISTRY true
13131414-if not set -gq GPG_TTY
1515- # Set a proper TTY for gpg commands to work
1616- set -gx GPG_TTY (tty)
1717-end
1414+# Set a proper TTY for gpg commands to work
1515+set -gx GPG_TTY (tty)
18161917# Set jq to show null/true/false as magenta instead of black or otherwise
2018set -gx JQ_COLORS "1;35:1;35:1;35:0;39:0;32:1;39:1;39"
···2523 set -gx GIT_PAGER 'bat --plain'
2624 # journalctl output doesn't necessarily play nice with bat
2725 set -gx SYSTEMD_PAGER less
2828-2929- # macOS `man` suports piping in MANPAGER, but on Linux this needs a
3030- # wrapper script (see `man man`)
3131- set -gx MANPAGER 'sh -c "col -bx | bat --plain --language Manpage"'
2626+ set -gx MANPAGER 'bat --plain --language Manpage'
3227end
33283429if not set -q DOCKER_NAME; and test -f /etc/profile.d/docker_name.sh