# HG changeset patch # User Augie Fackler # Date 1543932882 18000 # Node ID f248cf012d9aea7c6b8bea5a437a7f3d03ed0c45 # Parent 30e2d7308c09d4bc5d53a58048aa684e3d20af47 zsh: unconditionally include cargo/bin on PATH diff --git a/.zshenv b/.zshenv --- 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"