import changes from workstation
This commit is contained in:
15
zsh/.zprofile
Normal file
15
zsh/.zprofile
Normal 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
|
||||
Reference in New Issue
Block a user