Files
dotfiles/.zshrc
2024-10-29 12:47:40 +01:00

20 lines
693 B
Bash

export PATH="/opt/homebrew/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
# config
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
[[ -f ~/.zsh/goto.zsh ]] && source ~/.zsh/goto.zsh
[[ -f ~/.zsh/nvm.zsh ]] && source ~/.zsh/nvm.zsh
[[ -f ~/.zsh/pnpm.zsh ]] && source ~/.zsh/pnpm.zsh
[[ -f ~/.zsh/zoxide.zsh ]] && source ~/.zsh/zoxide.zsh
[[ -f ~/.zsh/aliases.zsh ]] && source ~/.zsh/aliases.zsh
[[ -f ~/.zsh/ssh.zsh ]] && source ~/.zsh/ssh.zsh
[[ -f ~/.zsh/ohmyzsh.zsh ]] && source ~/.zsh/ohmyzsh.zsh
[[ -f ~/.zsh/kubernetes.zsh ]] && source ~/.zsh/kubernetes.zsh
#export PATH="$HOME/.cargo/bin:$PATH" eval "$(starship init zsh)"
#loading neofetch
neofetch