dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 61fbc6611bc4546b800b36fa9374c1ab3c8a7c19
parent 326bf8e061fe8d7fea2dfc27921ce7e2a5ae9977
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 23 Jul 2025 13:49:07 -0700

zsh: eliminate Fuchsia/Flutter env vars

Diffstat:
M.config/zsh/paths | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/.config/zsh/paths b/.config/zsh/paths @@ -33,18 +33,6 @@ path_prepend "/usr/local/bin" # Google Cloud SDK path_prepend "$SRC_ROOT/google-cloud-sdk/bin" -# Flutter -path_prepend "$SRC_ROOT/depot_tools" -path_prepend "$SRC_ROOT/goma" -path_prepend "$SRC_ROOT/flutter/flutter/bin" -path_prepend "$SRC_ROOT/flutter/flutter/bin/cache/dart-sdk/bin" - -# Fuchsia -path_prepend "$SRC_ROOT/fuchsia/.jiri_root/bin" -if [[ -e "$SRC_ROOT/fuchsia/.jiri_root/scripts/fx-env.sh" ]]; then - source "$SRC_ROOT/fuchsia/.jiri_root/scripts/fx-env.sh" -fi - # Homebrew if [[ "$(uname)" == "Darwin" ]]; then path_prepend "$HOME/.homebrew/bin"