From ec625679986252986af154d9f0f7125881308338 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Nov 2022 20:22:10 -0500 Subject: meow --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index a3447f9..b8ea799 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,7 +8,7 @@ source "${HOME}/.config/shell/profile" # add user's bin directory to path if [ -d "${HOME}/.local/bin" ] then - export PATH="${HOME}/.local/bin:${PATH}" + export PATH="${HOME}/.local/bin:${PATH}" fi source "${HOME}/.bashrc" -- cgit v1.2.3