1
0

import changes from workstation

This commit is contained in:
2025-07-12 18:51:44 +02:00
parent 6e48cdf319
commit dce5c22157
7 changed files with 34 additions and 35 deletions

15
zsh/.zprofile Normal file
View File

@@ -0,0 +1,15 @@
export PATH=~/.local/bin:$PATH
export PATH=$DOTFILES/scripts/hcf/:$PATH
. "$HOME/.cargo/env"
case "$(uname -s)" in
Linux*) {
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
} ;;
Darwin*) {
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/bin/bash/bin:$PATH"
} ;;
*) ;;
esac