aboutsummaryrefslogtreecommitdiffstats
path: root/shell/bash/.bash_profile
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-02-10 20:00:48 +0100
committerphilw <dscr@duck.com>2024-02-10 20:00:48 +0100
commit51573d35e989d45f047b0b34fd9293be459d346b (patch)
treea59277e4b8c841a196de792e507d635a3db14ba2 /shell/bash/.bash_profile
downloaddotfiles-51573d35e989d45f047b0b34fd9293be459d346b.tar.gz
dotfiles-51573d35e989d45f047b0b34fd9293be459d346b.zip
Update dots
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"