From 634de692dd59dbf0095b279dda61238881ea01a6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 17 Nov 2019 23:02:17 +0100 Subject: [PATCH] Add rust cargo to path --- .bash_profile | 2 ++ .zprofile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.bash_profile b/.bash_profile index 0c2fbc4..929d7dd 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,3 +9,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then fi [[ -f ~/.bashrc ]] && . ~/.bashrc + +export PATH="$HOME/.cargo/bin:$PATH" diff --git a/.zprofile b/.zprofile index cee25c2..87518db 100644 --- a/.zprofile +++ b/.zprofile @@ -8,3 +8,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then source $file done fi + +export PATH="$HOME/.cargo/bin:$PATH"