From 47cd745a56a953ee7b8848178b5a6584ffeb9f1d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 29 May 2022 15:53:39 -0300 Subject: [PATCH] fix cargo binary path in `.profile` --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index b1763cb..9bb17d1 100644 --- a/.profile +++ b/.profile @@ -49,7 +49,7 @@ try_export_path "$HOME/.local/bin" try_export_path "$HOME/.yarn/bin" -try_export_path "$HOME/.cargo/bin" +try_export_path "$CARGO_HOME/bin" # Fzf options export FZF_DEFAULT_OPTS="--reverse --cycle --margin 0,1"