diff .zshenv @ 466:f248cf012d9a

zsh: unconditionally include cargo/bin on PATH
author Augie Fackler <raf@durin42.com>
date Tue, 04 Dec 2018 09:14:42 -0500
parents 4fa9c5ee08d2
children
line wrap: on
line diff
--- a/.zshenv
+++ b/.zshenv
@@ -39,3 +39,5 @@ if [[ "x$TZ" == "x" ]] ; then
                 export TZ="$MACHINE_TZ"
         fi
 fi
+
+insert_path_element "$HOME/.cargo/bin:$PATH"