import changes from workstation
This commit is contained in:
16
zsh/.zshenv
16
zsh/.zshenv
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user