diff --git a/zsh/.zshrc b/zsh/.zshrc index 63ef6e5..e901c3d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,8 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH +export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH" + # Path to your Oh My Zsh installation. export ZSH="$HOME/.oh-my-zsh"