summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:59:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:59:01 -0400
commit88abc5c61ee6dd35478045c6abe38db180ddd88c (patch)
tree7ab27e68e8f4dbf38a0bd207dfa9f2e0053a543e /.profile
parentdcd02f4498b97a4a5d4dfce975142d8f98bfd892 (diff)
parent10f53560cac77820fecafcb7c9343fc2c9a67db4 (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index f394fbd..235d190 100644
--- a/.profile
+++ b/.profile
@@ -9,7 +9,7 @@ umask 022
## Paths #############################################################
# Unix
-bins=`echo $HOME/bin $HOME/.local/bin $HOME/.prefix/bin $HOME/.gem/ruby/*/bin`
+bins=$(echo $HOME/bin $HOME/.local.`arch`/bin $HOME/.local/bin $HOME/.prefix.`arch`/bin $HOME/.prefix/bin $HOME/.gem/ruby/*/bin)
for dir in $bins; do
if [ -d "$dir" ]; then
export PATH="$dir:$PATH"