From 6b2120f578b60c68f621250d7053637004029433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 19 Feb 2024 17:46:46 +0100 Subject: [PATCH] Add golang to PATH --- dotconf/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotconf/profile b/dotconf/profile index 21246cf..ace1189 100644 --- a/dotconf/profile +++ b/dotconf/profile @@ -16,8 +16,10 @@ fi __path "$HOME/bin" __path "$HOME/.local/bin" +__path "$HOME/go/bin" __path "$HOME/.local/share/JetBrains/Toolbox/scripts" __path "$HOME/.config/composer/vendor/bin" + __source "$HOME/.cargo/env" unset __source