diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-03-30 01:38:45 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-03-30 01:38:45 +0300 |
commit | 66732bdbf9b23c410f5341e424beb7a1b8e11967 (patch) | |
tree | 80726790e0d655aca0fcfde4d9380d22c8f5f6d3 /powerlevel9k.zsh-theme | |
parent | a1a26b1c1065bafcdf68afc9d94d8894e9c4b315 (diff) |
Updated the link to the virtualenv-documentation.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 870c503e..8827d1ea 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -203,7 +203,7 @@ prompt_dir() { # Virtualenv: current working virtualenv # More information on virtualenv (Python): -# https://virtualenv.pypa.io/en/latest/virtualenv.html +# https://virtualenv.pypa.io/en/latest/ prompt_virtualenv() { local virtualenv_path="$VIRTUAL_ENV" if [[ -n $virtualenv_path && -n $VIRTUAL_ENV_DISABLE_PROMPT ]]; then |