aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.dot.link5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 06a6eb7..93e2b0b 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -32,6 +32,11 @@ if [ -d "$HOME/apps" ]; then
done
fi
+# PATH for stowpkg
+if [ -d "$HOME/apps/stowpkg/tree/`uname -m`/bin" ]; then
+ PATH="$HOME/apps/stowpkg/tree/`uname -m`/bin:$PATH"
+fi
+
# Export PATH
export PATH=$PATH