summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-20 18:26:36 +0200
committerThanos Apollo <[email protected]>2023-03-20 18:32:02 +0200
commit0a5f3bd751eb976cee72fa3c1269bbd5f16b24ac (patch)
treef1a60cc0c33d84788071a2d39a573935bb498d04 /.bash_profile
parent72942370c356c7e07e2eafb1aa0e68617750abd3 (diff)
bash_profile: Add gobin path
Diffstat (limited to '.bash_profile')
-rwxr-xr-x.bash_profile2
1 files changed, 2 insertions, 0 deletions
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"