From 645cfab20016bc8a443e880adfc1c5e7fea92cf6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 16 Nov 2021 16:40:58 -0700 Subject: forgot to update these in a while --- 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