diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 16:13:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 16:13:17 -0300 |
commit | 43897fde0b680e2cdb7aac300e96c94431d1a82a (patch) | |
tree | 7aad17a6dbe5dbd623fce120977f39bd4de39387 | |
parent | baead03d92450edd9bbe4287e31979ca233e289f (diff) | |
download | profile-43897fde0b680e2cdb7aac300e96c94431d1a82a.tar.gz profile-43897fde0b680e2cdb7aac300e96c94431d1a82a.tar.bz2 |
PATH for stowpkg
-rw-r--r-- | profile.dot.link | 5 |
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 |