diff --git a/common/fish/paths.fish b/common/fish/paths.fish index 41953d4..48c104c 100644 --- a/common/fish/paths.fish +++ b/common/fish/paths.fish @@ -26,7 +26,7 @@ set --export --universal GOPATH $HOME/.go set --export --universal GOBIN $GOPATH/bin set paths_candidates \ - /Users/danielflanagan/.asdf/shims \ + $HOME/.asdf/shims \ /opt/homebrew/bin \ /opt/homebrew/sbin \ $DOTFILES_PATH/common/bin \