···9494# Cross-platform make
9595brew "cmake"
96969797+# GNU File, Shell, and Text utilities
9898+brew "coreutils"
9999+97100# Reimplementation of ctags(1)
98101brew "ctags"
99102
+3-2
.config/fish/config.fish
···11# Set fish_user_paths here instead of fish_variables to expand $HOME per-machine
22set -U fish_user_paths ~/.cargo/bin
3344-# Run nvm to update fish_user_paths for npm installs
55-nvm
44+# Run nvm to update fish_user_paths for npm installs. Allow failure if running
55+# outside home directory (no .nvmrc found)
66+nvm || true
6778if not set -q DOCKER_NAME; and test -f /etc/profile.d/docker_name.sh
89 set -gx DOCKER_NAME (sed -E 's/.*DOCKER_NAME=(.+)/\1/' /etc/profile.d/docker_name.sh)