aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2018-09-19 15:07:53 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2018-09-19 15:07:53 +0200
commit3e77b296d59ff243cafe5a5b61b74ed8d6576d4c (patch)
tree1eef8a2d45fafbb4f5074ff2898f213fe2a63d6d /bash
parent5ea037b505cae390ace8e835169383b651e1148d (diff)
downloaddotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.tar.gz
dotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.tar.bz2
dotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.zip
Added pyenv
Diffstat (limited to 'bash')
-rwxr-xr-xbash/.bashrc11
1 files changed, 4 insertions, 7 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 4be0f7f..0ff8f28 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -199,11 +199,8 @@ if exists heroku; then
199 && source $HEROKU_AC_BASH_SETUP_PATH 199 && source $HEROKU_AC_BASH_SETUP_PATH
200fi 200fi
201 201
202# vim: set ts=4 sw=4 tw=0 et : 202if exists pyenv; then
203 export PATH="$PATH:$(pyenv root)/shims"
204fi
203 205
204# tabtab source for serverless package 206# vim: set ts=4 sw=4 tw=0 et :
205# uninstall by removing these lines or running `tabtab uninstall serverless`
206[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash
207# tabtab source for sls package
208# uninstall by removing these lines or running `tabtab uninstall sls`
209[ -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