summaryrefslogtreecommitdiff
path: root/posix-shell
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-10-18 11:07:15 +0200
committerxengineering <me@xengineering.eu>2025-10-18 11:07:15 +0200
commitdfefa866d5c33f5637b0552091fa5bd6ab589098 (patch)
tree7b36e0a2bf1b7f41027eb92989e9565c1e5541b5 /posix-shell
parente26b4c6a9f6d14f70894c95efb13da9f2f11664f (diff)
downloaddotfiles-dfefa866d5c33f5637b0552091fa5bd6ab589098.tar
dotfiles-dfefa866d5c33f5637b0552091fa5bd6ab589098.tar.zst
dotfiles-dfefa866d5c33f5637b0552091fa5bd6ab589098.zip
posix-shell: constants: Add flutter bin to PATH
Diffstat (limited to 'posix-shell')
-rw-r--r--posix-shell/constants.sh2
1 files changed, 1 insertions, 1 deletions
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