summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8b9387a..626ad5c 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:${HOME}/development/flutter/bin:${PATH}"
+export PATH="${HOME}/.local/bin:${GOPATH}/bin:${HOME}/fvm/default/bin:${PATH}"
export EDITOR='nvim'
export TERM='xterm' # actually `foot` but this is less known