summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:59:20 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:59:20 -0400
commitb6ff14c27c6a64bc16314d251f83570813c41af3 (patch)
treec990cfd68d1687dce9e53f3b448d773688c12ae6 /.profile
parenta8af47ce4e5c9fad0e4c0becbca394f699e9d6a7 (diff)
parent88abc5c61ee6dd35478045c6abe38db180ddd88c (diff)
Merge branch 'master' into thinkpenguin-par
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"