···77# Set a proper TTY for gpg commands to work
88set -x GPG_TTY (tty)
991010+# Set global cask dir for 'personal' computers
1111+if command -qs yadm && test (yadm config local.class) = "personal"
1212+ set -x HOMEBREW_CASK_OPTS "--appdir=~/Applications"
1313+end
1414+1015# Run nvm to update fish_user_paths for npm installs. Allow failure if running
1116# outside home directory (no .nvmrc found), and run in background to avoid
1217# blocking the shell from starting