1
0

improve workflow with shell

This commit is contained in:
2025-03-29 22:03:15 +01:00
parent 38f64e9fab
commit 7d43d9abd3
7 changed files with 39 additions and 32 deletions

View File

@@ -20,14 +20,14 @@ export SSH_ENV="$HOME/.ssh/agent-environment"
export PATH=~/.local/bin:$PATH
case "$(uname -s)" in
Linux* ) {
Linux*) {
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
};;
Darwin* ) {
} ;;
Darwin*) {
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
};;
* ) ;;
} ;;
*) ;;
esac
. "$HOME/.cargo/env"