From 51573d35e989d45f047b0b34fd9293be459d346b Mon Sep 17 00:00:00 2001 From: philw Date: Sat, 10 Feb 2024 20:00:48 +0100 Subject: Update dots --- shell/bash/.bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell/bash/.bash_profile (limited to 'shell/bash/.bash_profile') diff --git a/shell/bash/.bash_profile b/shell/bash/.bash_profile new file mode 100644 index 0000000..aeac56a --- /dev/null +++ b/shell/bash/.bash_profile @@ -0,0 +1,6 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc +. "$HOME/.cargo/env" -- cgit v1.2.3