diff options
author | xengineering <me@xengineering.eu> | 2025-10-18 11:07:15 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-10-18 11:07:15 +0200 |
commit | dfefa866d5c33f5637b0552091fa5bd6ab589098 (patch) | |
tree | 7b36e0a2bf1b7f41027eb92989e9565c1e5541b5 /posix-shell | |
parent | e26b4c6a9f6d14f70894c95efb13da9f2f11664f (diff) | |
download | dotfiles-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.sh | 2 |
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 |