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