Browse Source

Merge branch 'master' of https://io.monkeybox.org/git/fdamstra/MyEnvironment

Fred Damstra 5 years ago
parent
commit
8ee0e7a6f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .bashrc

+ 2 - 0
.bashrc

@@ -148,6 +148,7 @@ source ~/.bash/git-completion.bash
 [ -d /usr/local/heroku/bin ] && export PATH="/usr/local/heroku/bin:$PATH"
 [ -d $GOPATH/bin ] && export PATH="$GOPATH/bin:$PATH"
 [ -d ~/terraform ] && export PATH="~/terraform:$PATH"
+[ -d ~/esp/crosstool-NG/builds/xtensa-esp32-elf ] && export PATH="~/esp/crosstool-NG/builds/xtensa-esp32-elf:$PATH"
 
 # Make less allow colors
 export LESS="-R"
@@ -170,6 +171,7 @@ export ANSIBLE_HOST_KEY_CHECKING=False
 # uninstall by removing these lines or running `tabtab uninstall sls`
 [ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash
 
+
 # Python venv?
 if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi