commit 0d2e0004f17f986341ce8625bfdc950f1903ab2d
parent c2fa730514c60a16db3f5317bca149a93357c586
Author: Byron Torres <b@torresjrjr>
Date: Mon, 26 Jul 2021 22:34:58 +0100
Prepend $HOME/lib/bin to $PATH
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sh/.profile b/sh/.profile
@@ -14,6 +14,7 @@ export INPUTRC="$DOTSHELL/misc/.inputrc"
# system
export PATH="$HOME/.local/bin:$PATH"
export PATH="$DOTSHELL/bin:$PATH"
+export PATH="$HOME/lib/bin:$PATH"
export PATH="$HOME/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"