From a0c83be6531a06fb3ecc1529ad0eaabff40467a0 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 18 Mar 2021 15:17:51 -0400 Subject: .bash_profile: Add scripts to path --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index f6f773d..7f5b3c5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,6 +33,7 @@ PS1_SSHD='$(E=$? && [ "$E" = 0 ] || echo "$E ")\[\e[0;32m\]\W\[\e[0m\] \[\e[0;32 # path exports prefixPath "$HOME/.local/bin"; +prefixPath "$HOME/.local/bin/scripts"; # xdg exports export XDG_CACHE_HOME="$HOME/.cache" -- cgit v1.2.3