From 52e5d0193af89209d1888f1717a88416231ad64b Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 7 May 2023 16:46:16 +0800 Subject: [PATCH] bash: go into PATH --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 8638522..120d41d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" # be careful that composer does not uses XDG when no XDG_* defined -PATH="$HOME/.local/bin:$XDG_DATA_HOME/npm/bin/:$XDG_CONFIG_HOME/composer/vendor/bin/:$PATH" +PATH="$HOME/go/bin:$HOME/.local/bin:$XDG_DATA_HOME/npm/bin/:$XDG_CONFIG_HOME/composer/vendor/bin/:$PATH" # XDG workarounds [ ! -d "$XDG_CACHE_HOME" ] && mkdir "$XDG_CACHE_HOME" -- 2.43.0