Skip to content

Commit

Permalink
Bootstrap python environment with zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hodak committed Feb 28, 2021
1 parent c0c8a9c commit 2f200af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ if [ -f '/usr/local/var/google-cloud-sdk/path.zsh.inc' ]; then . '/usr/local/var

# The next line enables shell command completion for gcloud.
if [ -f '/usr/local/var/google-cloud-sdk/completion.zsh.inc' ]; then . '/usr/local/var/google-cloud-sdk/completion.zsh.inc'; fi
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi

0 comments on commit 2f200af

Please sign in to comment.