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

View File

@@ -18,18 +18,4 @@ export MANPAGER='nvim +Man!'
export SSH_ENV="$HOME/.ssh/agent-environment"
export PATH=~/.local/bin:$PATH
export PATH=$DOTFILES/scripts/hcf/:$PATH
case "$(uname -s)" in
Linux*) {
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
} ;;
Darwin*) {
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
} ;;
*) ;;
esac
. "$HOME/.cargo/env"
export GOPRIVATE=gitlab.company.com