From dae9b60216bdde37f4e34989d0175e67ac6f2d61 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 17 Feb 2020 10:32:25 +0000 Subject: Fix advice in comment: zprofile isn't sourced by non-login interactive shells. --- debian/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3