Removed vendor export path and added cargo binary to path

This commit is contained in:
2019-06-28 16:53:28 +02:00
parent 46ea043bb3
commit 471371fe8c

3
.zshrc
View File

@@ -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.