summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-30 04:23:48 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-30 04:23:48 +0300
commitaed16e54b4fa832debe272f91c477dd25bc2c9e3 (patch)
tree8f044f4774224cbdab98d294c8ee2a6fa7f6266f /powerlevel9k.zsh-theme
parentf2f4e9f37c62790ae9c7521d494241063c2eec89 (diff)
parent66732bdbf9b23c410f5341e424beb7a1b8e11967 (diff)
Merge pull request #9 from dritter/dritter/virtualenv_link_correction
Updated the link to the virtualenv-documentation.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r--powerlevel9k.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index d3fbcc04..90686dfb 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