diff options
author | Camil Staps | 2019-05-26 21:21:18 +0200 |
---|---|---|
committer | Camil Staps | 2019-05-26 21:21:18 +0200 |
commit | b446b1e9df1749d0fd77ae0c9ac856fb24581f61 (patch) | |
tree | f2989d5645a9966d4de5e87e749051e298c28b41 /system/.profile | |
parent | Clean installer: don't install sapl; add bytecode prelinker (diff) |
Add environment settings for ruby, go, cargo, arcanist (to build SpiderMonkey/V8)
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile index 6ab35e0..a98b410 100644 --- a/system/.profile +++ b/system/.profile @@ -5,6 +5,7 @@ export PATH="$PATH:/opt/microchip/xc16/v1.26/bin" export PATH="$PATH:/opt/microchip/xc8/v1.41/bin" export PATH="$PATH:/opt/zotero" export PATH="$PATH:$CLEAN_HOME/bin" +export PATH="$PATH:/usr/local/go/bin" export PATH="/sbin:$PATH" export PATH="/usr/sbin:$PATH" export PATH="/usr/local/sbin:$PATH" @@ -33,3 +34,6 @@ cpmq() { shopt -s globstar [ "$(tty)" = "/dev/tty1" ] && exec startx + +export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.mozbuild/arcanist/bin:$HOME/.mozbuild/moz-phab:$PATH" |