Fix Bash configuration

This commit is contained in:
Fabio Scotto di Santolo
2026-01-03 14:01:55 +01:00
parent f136aaa030
commit 5ab4606691
5 changed files with 21 additions and 10 deletions

View File

@@ -46,8 +46,8 @@ appendpath() {
esac
}
appendpath "/home/linuxbrew/.linuxbrew/bin"
# appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.local/bin"
appendpath "$GOBIN"
appendpath "$HOME/.cargo/bin"
# appendpath "$HOME/.cargo/bin"
unset appendpath