diff options
Diffstat (limited to 'bash')
| -rwxr-xr-x | bash/.bashrc | 11 |
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 |
| 200 | fi | 200 | fi |
| 201 | 201 | ||
| 202 | # vim: set ts=4 sw=4 tw=0 et : | 202 | if exists pyenv; then |
| 203 | export PATH="$PATH:$(pyenv root)/shims" | ||
| 204 | fi | ||
| 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 | ||
