From dfefa866d5c33f5637b0552091fa5bd6ab589098 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 18 Oct 2025 11:07:15 +0200 Subject: posix-shell: constants: Add flutter bin to PATH --- posix-shell/constants.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix-shell/constants.sh b/posix-shell/constants.sh index f839fdc..8b9387a 100644 --- a/posix-shell/constants.sh +++ b/posix-shell/constants.sh @@ -2,6 +2,6 @@ export GOPATH="${HOME}/go" -export PATH="${HOME}/.local/bin:${GOPATH}/bin:${PATH}" +export PATH="${HOME}/.local/bin:${GOPATH}/bin:${HOME}/development/flutter/bin:${PATH}" export EDITOR='nvim' export TERM='xterm' # actually `foot` but this is less known -- cgit v1.2.3-70-g09d2