diff options
| author | xengineering <me@xengineering.eu> | 2024-06-27 21:06:53 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-06-27 21:06:53 +0200 |
| commit | 744256c36071e4cbd407dbdca20529e6350a6207 (patch) | |
| tree | 6c670d7d9ecfc8c9292ee2fffc1ab4dd2a579ca5 /posix-shell/constants.sh | |
| parent | 9c42b9d57f5dc3e9cfe3f7c3f042d9f6b9584e1c (diff) | |
| download | dotfiles-744256c36071e4cbd407dbdca20529e6350a6207.tar dotfiles-744256c36071e4cbd407dbdca20529e6350a6207.tar.zst dotfiles-744256c36071e4cbd407dbdca20529e6350a6207.zip | |
bash: Move constants to posix-shell/constants.sh
Diffstat (limited to 'posix-shell/constants.sh')
| -rw-r--r-- | posix-shell/constants.sh | 6 |
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' |
