This commit is contained in:
Morten Olsen
2025-10-22 20:29:05 +02:00
parent 03ba8049aa
commit cd06dc589d
3 changed files with 7 additions and 0 deletions

View File

@@ -72,3 +72,5 @@ which direnv &> /dev/null && eval "$(direnv hook zsh)"
which starship &> /dev/null && eval "$(starship init zsh)"
which zoxide &> /dev/null && eval "$(zoxide init zsh)"
which pyenv &> /dev/null && eval "$(pyenv init --path)"
export PATH="/opt/homebrew/opt/rustup/bin:$PATH:$HOME/.cargo/bin"