aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-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