From 767c5cc72305979bf1ecfabcbefa077ab7f22ddd Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Mon, 4 Mar 2019 21:04:40 +0000 Subject: [PATCH] Include Rust compatibility --- zsh/zshrc.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 3fab32b..9f39585 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -20,6 +20,9 @@ PATH="$HOME/.composer/vendor/bin:$PATH" # Python export PYTHONPATH="$PYTHONPATH:$HOME/dotfiles/lib/python" +# Rust +source $HOME/.cargo/env + ## Completion # Load up the extra Z Shell completions