From 8bc67e4f75e23e62667918a7629ad531b47923b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 5 May 2022 13:39:10 +0200 Subject: Install rust paths --- home-dots/dot-bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home-dots/dot-bash_profile (limited to 'home-dots/dot-bash_profile') diff --git a/home-dots/dot-bash_profile b/home-dots/dot-bash_profile new file mode 100644 index 0000000..aeac56a --- /dev/null +++ b/home-dots/dot-bash_profile @@ -0,0 +1,6 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc +. "$HOME/.cargo/env" -- cgit v1.2.3