From 6fac90a847425794cb97cf8d5f726235d9baf91d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 3 Jul 2022 16:43:55 +0300 Subject: [PATCH] go path --- sub/bash/export | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sub/bash/export b/sub/bash/export index f3fbacb..d442af1 100644 --- a/sub/bash/export +++ b/sub/bash/export @@ -23,3 +23,8 @@ fi if [ -d "$HOME/.npm-global/bin" ] ; then export PATH="$PATH:$HOME/.npm-global/bin" fi + + +if [ -d "$HOME/.go" ] then + export PATH="$PATH:$HOME/.go" +fi