From 9cd1d5065285c9b9264560434bb761326998d3d9 Mon Sep 17 00:00:00 2001 From: D4VID0x2 Date: Mon, 24 Oct 2022 14:05:11 +0200 Subject: [PATCH] remove cargo bin from path --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index a8e4147..81c5bbb 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -17,6 +17,6 @@ fi export PATH=$PATH:$HOME/.cargo/bin export PATH=$PATH:$HOME/.pub-cache/bin -source "$HOME/.cargo/env" +#source "$HOME/.cargo/env" tmux