aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-18 16:13:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-18 16:13:17 -0300
commit43897fde0b680e2cdb7aac300e96c94431d1a82a (patch)
tree7aad17a6dbe5dbd623fce120977f39bd4de39387
parentbaead03d92450edd9bbe4287e31979ca233e289f (diff)
downloadprofile-43897fde0b680e2cdb7aac300e96c94431d1a82a.tar.gz
profile-43897fde0b680e2cdb7aac300e96c94431d1a82a.tar.bz2
PATH for stowpkg
-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