diff options
Diffstat (limited to 'posix-shell/constants.sh')
-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 |