diff options
| author | 2018-09-19 15:07:53 +0200 | |
|---|---|---|
| committer | 2018-09-19 15:07:53 +0200 | |
| commit | 3e77b296d59ff243cafe5a5b61b74ed8d6576d4c (patch) | |
| tree | 1eef8a2d45fafbb4f5074ff2898f213fe2a63d6d /bash/.bashrc | |
| parent | 5ea037b505cae390ace8e835169383b651e1148d (diff) | |
| download | dotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.tar.gz dotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.tar.bz2 dotfiles-3e77b296d59ff243cafe5a5b61b74ed8d6576d4c.zip | |
Added pyenv
Diffstat (limited to 'bash/.bashrc')
| -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 | ||
