From 4ad810e9ee0aa016781d5a316ea63345cf8f47f2 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 1 May 2022 15:11:23 +0200 Subject: bashrc: source cargo env if available --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index a815ab5..292c288 100644 --- a/bashrc +++ b/bashrc @@ -7,6 +7,7 @@ [ -f /etc/bash_completion ] && source /etc/bash_completion [ -e /usr/lib/git-core/git-sh-prompt ] && source /usr/lib/git-core/git-sh-prompt [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" +[ -f ~/.cargo/env ] && source ~/.cargo/env # bash options -- cgit v1.2.3