commit 5fdcf7f78788baf8d0dec9c5a29427ae14465831 parent c4de3bd2a64b6d74a369ef13fb62dc64332cbba1 Author: Chris Bracken <chris@bracken.jp> Date: Thu, 16 Apr 2026 11:01:04 +0900 zsh: add Flutter-related paths to PATH if present Diffstat:
| M | .config/zsh/paths | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.config/zsh/paths b/.config/zsh/paths @@ -33,6 +33,12 @@ 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" + # Homebrew if [[ "$(uname)" == "Darwin" ]]; then path_prepend "$HOME/.homebrew/bin"