aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before')
-rw-r--r--.zsh.before/path.zsh8
1 files changed, 7 insertions, 1 deletions
diff --git a/.zsh.before/path.zsh b/.zsh.before/path.zsh
index 5519374..f463e69 100644
--- a/.zsh.before/path.zsh
+++ b/.zsh.before/path.zsh
@@ -1,4 +1,5 @@
# < BEFORE $PATH
+PATH=$HOME/bin:$PATH
# > BEFORE
# < AFTER $PATH
@@ -12,5 +13,10 @@
## RVM
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
-PATH=$HOME/bin:$PATH
+
+## RASPBERRY PI
+if [[ "$HOST" == *pitheunlord* ]]; then
+ PATH=$PATH:"/opt/vc/bin:/opt/vc/sbin"
+fi
+
# > AFTER