summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-02-17 10:32:25 +0000
committerAxel Beckert <abe@deuxchevaux.org>2020-02-17 13:39:01 +0100
commitdae9b60216bdde37f4e34989d0175e67ac6f2d61 (patch)
tree4d76738d8e9dd230a54f77bf02266db9daedc403
parent386cd0096492e7cdaa28a48fa8978c1648463798 (diff)
downloadzsh-dae9b60216bdde37f4e34989d0175e67ac6f2d61.tar.gz
zsh-dae9b60216bdde37f4e34989d0175e67ac6f2d61.zip
Fix advice in comment: zprofile isn't sourced by non-login interactive shells.
-rw-r--r--debian/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zshrc b/debian/zshrc
index e184b6a6b..5f975c373 100644
--- a/debian/zshrc
+++ b/debian/zshrc
@@ -105,7 +105,7 @@ autoload -Uz run-help
# If you don't want compinit called here, place the line
# skip_global_compinit=1
-# in your $ZDOTDIR/.zshenv or $ZDOTDIR/.zprofile
+# in your $ZDOTDIR/.zshenv
if grep -q 'ID.*=.*ubuntu' /etc/os-release && [[ -z "$skip_global_compinit" ]]; then
autoload -U compinit
compinit