From fe5b9ab11df59cfc69a7b06e591dc09ec6c4c1f7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 6 Jul 2015 23:28:55 +0200 Subject: [PATCH] Fix typo in comment --- ax.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ax.zsh b/ax.zsh index 63c2b83..eafae55 100644 --- a/ax.zsh +++ b/ax.zsh @@ -48,7 +48,7 @@ if [[ -z "$AXZSH" ]]; then fi # Setup list of default plugins if not set already. This allows users to -# overwrite this list in their "~/.zshrnv" file, for example. +# overwrite this list in their "~/.zshenv" file, for example. typeset -U axzsh_default_plugins if ! typeset +m axzsh_default_plugins | fgrep array >/dev/null 2>&1; then axzsh_default_plugins=( -- 2.39.2