aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-01-22 02:58:26 -0500
committertdro <tdro@users.noreply.github.com>2023-01-22 02:58:26 -0500
commit67c78ae182e25ba10d4ce99390c1979cef3eb8a9 (patch)
tree10fe97f6e15dcbfd23a45445260ab9efc0df2c8b
parent3d42923ed42928f25ce24d2f40941835c5eff17e (diff)
downloaddotfiles-67c78ae182e25ba10d4ce99390c1979cef3eb8a9.tar.gz
dotfiles-67c78ae182e25ba10d4ce99390c1979cef3eb8a9.tar.bz2
dotfiles-67c78ae182e25ba10d4ce99390c1979cef3eb8a9.zip
.bash_profile: Remove script path prefix
-rw-r--r--.bash_profile1
1 files changed, 0 insertions, 1 deletions
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