mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
first commit
This commit is contained in:
8
zsh/.zshrc.pre-oh-my-zsh
Normal file
8
zsh/.zshrc.pre-oh-my-zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
eval "$(pyenv init --path)"
|
||||
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH"
|
||||
export PATH=$PATH:/Users/joshp/.spicetify
|
||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="/Users/joshp/.cargo/bin:$PATH"
|
Reference in New Issue
Block a user