From ee45c4211d79dfb3b62531cc4f974ac3932e5131 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 Aug 2022 23:41:58 -0400 Subject: yep --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 56b565e..e14bd96 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,7 +6,7 @@ # 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/.config/shell/profile" -- cgit v1.2.3