From 07965ccef4a45351d61a671cd4c43e022c219284 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 19 Jun 2023 16:56:22 +0200 Subject: dotfiles update --- dot_bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dot_bash_profile (limited to 'dot_bash_profile') diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..33930d3 --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,7 @@ +# .bash_profile + +# Get the aliases and functions +[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" +[ -f "$HOME/.profile" ] && . "$HOME/.profile" +export PATH="$VOLTA_HOME/bin:$PATH" +. "$HOME/.cargo/env" -- cgit v1.2.3