diff --git a/zsh/.zshrc b/zsh/.zshrc index 068eb37..383aa40 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -19,6 +19,9 @@ testPath="$HOME/.local/bin" [ -d "$testPath" ] && export PATH="$PATH:$testPath" export PATH="$PATH:/opt" + testPath="$HOME/.cargo/bin" + [ -d "$testPath" ] && export PATH="$PATH:$testPath" + export PATH="$PATH:/opt" #set default editor and pager. export EDITOR=nvim export VISUAL=nvim