Fix path loading in .profile

This commit is contained in:
Fabio Scotto di Santolo
2025-12-02 09:57:56 +01:00
parent 7c620dba19
commit c80216989c

View File

@@ -38,10 +38,6 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
export GOPATH="$HOME/.local/share/Go"
export GOBIN="$GOPATH/bin"
source "$HOME/.profile.d/homebrew.sh"
source "$HOME/.profile.d/mise.sh"
source "$HOME/.profile.d/java.sh"
appendpath() {
local location="${1}"
case ":$PATH:" in
@@ -56,3 +52,7 @@ appendpath "$HOME/.cargo/bin"
appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.config/emacs/bin"
unset appendpath
source "$HOME/.profile.d/homebrew.sh"
source "$HOME/.profile.d/mise.sh"
source "$HOME/.profile.d/java.sh"