dotfiles

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

commit c58caef0f4906463c76e0345e0be56c8b29a5218
parent 5fdcf7f78788baf8d0dec9c5a29427ae14465831
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 14 Apr 2026 11:42:22 +0900

zsh: add flutter/engine/flutter/bin to PATH

Diffstat:
M.config/zsh/paths | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/zsh/paths b/.config/zsh/paths @@ -36,8 +36,9 @@ 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" +path_prepend "$SRC_ROOT/flutter/flutter/bin" +path_prepend "$SRC_ROOT/flutter/flutter/engine/src/flutter/bin" # Homebrew if [[ "$(uname)" == "Darwin" ]]; then