From 0a5f3bd751eb976cee72fa3c1269bbd5f16b24ac Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 20 Mar 2023 18:26:36 +0200 Subject: bash_profile: Add gobin path --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index e68941d..eb09edc 100755 --- a/.bash_profile +++ b/.bash_profile @@ -3,7 +3,9 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi export PATH="$PATH:~/.local/share/flatpak/exports/bin/" export PATH="$PATH:~/.local/bin" +export PATH="$PATH:~/go/bin" export QT_QPA_PLATFORMTHEME="qt5ct" GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile" export EDITOR="emacsclient" +export GOBIN="/home/apollo/go/bin" -- cgit v1.2.3