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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-shell/constants.sh b/posix-shell/constants.sh
index 2b29fa3..9258e1b 100644
--- a/posix-shell/constants.sh
+++ b/posix-shell/constants.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-export PATH="${HOME}/.local/bin:${PATH}"
export GOPATH="${HOME}/go"
+export PATH="${HOME}/.local/bin:${GOPATH}/bin:${PATH}"
export EDITOR='nvim'