diff --git a/.zshrc b/.zshrc index b631448..83fa37a 100644 --- a/.zshrc +++ b/.zshrc @@ -3,8 +3,7 @@ # Path to your oh-my-zsh installation. export ZSH=/Users/kevinmidboe/.oh-my-zsh -export PATH=~/.composer/vendor/bin:$PATH -export PATH=./vendor/bin:$PATH +export PATH="$HOME/.cargo/bin:$PATH" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded.