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 deletions(-) delete mode 100644 bash/bash_profile (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile deleted file mode 100644 index 031ab84..0000000 --- a/bash/bash_profile +++ /dev/null @@ -1,12 +0,0 @@ -# .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