From 9eb803b8a32c318304caac79f4dd1faff5a2f389 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Thu, 14 Oct 2021 23:41:34 -0600 Subject: added bash dots --- bash/bash_profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bash/bash_profile (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile new file mode 100644 index 0000000..031ab84 --- /dev/null +++ b/bash/bash_profile @@ -0,0 +1,12 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:$HOME/.local/bin:$HOME/bin + +export PATH -- cgit v1.2.3