add changes made in work workstation
This commit is contained in:
@@ -1,15 +1,2 @@
|
||||
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/bin/bash/bin:$PATH"
|
||||
} ;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
export PATH="$(go env GOPATH)/bin:$PATH"
|
||||
# PATH/brew/go are set in .zshenv for interactive shells (including login).
|
||||
# .zprofile is only for login; .zshenv already runs first and sets PATH when -t 0.
|
||||
|
||||
Reference in New Issue
Block a user