aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-18 15:17:51 -0400
committertdro <tdro@users.noreply.github.com>2021-03-18 15:17:51 -0400
commita0c83be6531a06fb3ecc1529ad0eaabff40467a0 (patch)
tree54e4799bd1dc28126e7e7f34680c6fa8520495b3 /.bash_profile
parent4d55a01e688a38f409ae90c9d9a63107e8883a29 (diff)
downloaddotfiles-a0c83be6531a06fb3ecc1529ad0eaabff40467a0.tar.gz
dotfiles-a0c83be6531a06fb3ecc1529ad0eaabff40467a0.tar.bz2
dotfiles-a0c83be6531a06fb3ecc1529ad0eaabff40467a0.zip
.bash_profile: Add scripts to path
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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"