summaryrefslogtreecommitdiff
path: root/posix-shell/constants.sh
diff options
context:
space:
mode:
Diffstat (limited to 'posix-shell/constants.sh')
-rw-r--r--posix-shell/constants.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix-shell/constants.sh b/posix-shell/constants.sh
index 9258e1b..8b9387a 100644
--- a/posix-shell/constants.sh
+++ b/posix-shell/constants.sh
@@ -2,5 +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