From 67c78ae182e25ba10d4ce99390c1979cef3eb8a9 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 22 Jan 2023 02:58:26 -0500 Subject: .bash_profile: Remove script path prefix --- .bash_profile | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 33d4e7f..1f07ef5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,7 +10,6 @@ prefixPath() { } prefixPath "$HOME/.local/bin" -prefixPath "$HOME/.local/bin/scripts" prefixPath "$HOME/.local/bin/wrappers" umask 0022 -- cgit v1.2.3