work setup sync
This commit is contained in:
@@ -22,6 +22,8 @@ export SSH_ENV="$HOME/.ssh/agent-environment"
|
||||
|
||||
export GOPRIVATE="gitlab.feedzai.com,git.hcf.zone"
|
||||
|
||||
export UNAME_STRING=$(uname -s)
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
# Interactive shells (e.g. new tmux windows): set PATH so we don't need a login shell.
|
||||
@@ -30,7 +32,7 @@ if [[ -t 0 ]]; then
|
||||
export PATH=~/.local/bin:$PATH
|
||||
export PATH=~/.dotnet:$PATH
|
||||
export PATH=$DOTFILES/scripts/hcf/:$PATH
|
||||
case "$(uname -s)" in
|
||||
case "$UNAME_STRING" in
|
||||
Linux*) eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" ;;
|
||||
Darwin*)
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
Reference in New Issue
Block a user