From a5d11bd68906d096612102115b0d12862c04572d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 16 Sep 2018 21:13:06 +0200 Subject: [PATCH] add rust to path --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f034cf7..b578f9c 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,7 @@ source $HOME/.zshrc_local fi # alter path +export PATH="$HOME/.cargo/bin:$PATH" export PATH="/opt/pymol:${PATH}" export PATH="$HOME/anaconda3/bin:${PATH}" # binaries export PATH="$HOME/bin:${PATH}" # binaries