commit 5f87a9e31d38bd576c6df99009ed9e4c83e1c645
parent 12ad73ca507d0d6bd37e50ac5f6b4d841805b247
Author: Byron Torres <b@torresjrjr.com>
Date: Thu, 17 Mar 2022 04:59:19 +0000
Add ~/bin/$(uname -n) to $PATH
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sh/.profile b/sh/.profile
@@ -18,6 +18,7 @@ export INPUTRC="$DOTSHELL/misc/.inputrc"
export PATH="$HOME/.local/bin:$PATH"
export PATH="$DOTSHELL/bin:$PATH"
export PATH="$HOME/lib/bin:$PATH"
+export PATH="$HOME/bin/$(uname -n):$PATH"
export PATH="$HOME/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"