aboutsummaryrefslogtreecommitdiffstats
path: root/shell/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/bash/.bash_profile6
1 files changed, 6 insertions, 0 deletions
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 @@
1#
2# ~/.bash_profile
3#
4
5[[ -f ~/.bashrc ]] && . ~/.bashrc
6. "$HOME/.cargo/env"