···11# Use latest curl version from brew for updated SSL support
22-set -g fish_user_paths "/usr/local/opt/curl/bin" $fish_user_paths
22+set -Ux fish_user_paths "/usr/local/opt/curl/bin" $fish_user_paths
+2-3
.config/fish/conf.d/50-config.fish
···11# Set fish_user_paths here instead of fish_variables to expand $HOME per-machine
22-set -g fish_user_paths \
22+set -Ux fish_user_paths \
33 ~/.cargo/bin \
44- ~/Library/Python/3.7/bin \
55- $fish_user_paths
44+ ~/Library/Python/3.7/bin
6576# Set a proper TTY for gpg commands to work
87set -x GPG_TTY (tty)
···11+function rdbuild
22+ # Based on /usr/local/bin/rdbuild
33+ bash -c "
44+ set -e
55+ source /usr/local/bin/rgit_utilities.sh
66+ rgit_push 'Invoking dbuild on the remote' 'tmux -CC new \"tools/dbuild $argv\"'"
77+end