aboutsummaryrefslogtreecommitdiff
path: root/dot_bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_bash_profile')
-rw-r--r--dot_bash_profile7
1 files changed, 7 insertions, 0 deletions
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"