From ab5f89cc1b9009a53ede0f4b3f594efbb8a6a29b Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 31 Mar 2024 14:45:55 +0200 Subject: [PATCH] Adding go binaries to path --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 39fbcfb..9309715 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -3,5 +3,6 @@ # export NAME="VALUE" # export PATH="$PATH:/newPath" export PATH="$PATH:/opt/flutter/bin/" +export PATH="$PATH:/home/daniele/go/bin/" export CAPACITOR_ANDROID_STUDIO_PATH="/home/daniele/.local/share/JetBrains/Toolbox/apps/android-studio/bin/studio.sh"