diff options
Diffstat (limited to 'dot_config/environment.d/01_PATH.conf')
-rw-r--r-- | dot_config/environment.d/01_PATH.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/environment.d/01_PATH.conf b/dot_config/environment.d/01_PATH.conf index df69d32..1913958 100644 --- a/dot_config/environment.d/01_PATH.conf +++ b/dot_config/environment.d/01_PATH.conf @@ -6,4 +6,5 @@ PATH="${HOME}/.opam/default/bin:${PATH}" PATH="${HOME}/.opam/beluga/bin:${PATH}" PATH="${HOME}/.cabal/bin:${PATH}" PATH="${HOME}/.cargo/bin:${PATH}" +PATH="${HOME}/.go/bin:${PATH}" PATH="${HOME}/.local/bin:${PATH}" |