this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of github.com:ian-h-chamberlain/dotfiles

+5
+5
.config/fish/conf.d/50-config.fish
··· 7 7 # Set a proper TTY for gpg commands to work 8 8 set -x GPG_TTY (tty) 9 9 10 + # Set global cask dir for 'personal' computers 11 + if command -qs yadm && test (yadm config local.class) = "personal" 12 + set -x HOMEBREW_CASK_OPTS "--appdir=~/Applications" 13 + end 14 + 10 15 # Run nvm to update fish_user_paths for npm installs. Allow failure if running 11 16 # outside home directory (no .nvmrc found), and run in background to avoid 12 17 # blocking the shell from starting