diff options
-rw-r--r-- | system/.bashrc | 3 | ||||
-rw-r--r-- | system/.profile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/system/.bashrc b/system/.bashrc index b1c936f..ae3454d 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -131,5 +131,4 @@ PERL_MM_OPT="INSTALL_BASE=/home/camil/perl5"; export PERL_MM_OPT; source ~/.profile -verse 2>/dev/null && echo - +eval "$(rbenv init -)" 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" |