aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
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"