From b516c2c70db4258c01dc24431963273384696ca9 Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Fri, 5 Jan 2024 22:00:08 -0800 Subject: [PATCH] DOC: Add zsh warning. --- bin/a-activate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/a-activate b/bin/a-activate index cf921a7..3866ec9 100755 --- a/bin/a-activate +++ b/bin/a-activate @@ -4,6 +4,8 @@ ### # Note, you should source these, not execute this script # This stuff has been tried on zsh, but should work on bash. +# There are other commands that use zsh, though, so you should +# probably install it. ### if [ -n "$BASH_VERSION" ]; then