From 84540f5b82a6d20bfa60ad3c6bde6b6754073912 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 18 Jan 2023 15:02:47 -0500 Subject: [PATCH] Enable interactive comments --- zsh/.config/zsh/config.d/10_aliases.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/config.d/10_aliases.zsh b/zsh/.config/zsh/config.d/10_aliases.zsh index 1637b79..d541c7f 100644 --- a/zsh/.config/zsh/config.d/10_aliases.zsh +++ b/zsh/.config/zsh/config.d/10_aliases.zsh @@ -1,3 +1,6 @@ +# Enable comments at the command line (idk where else to put this) +setopt interactivecomments + # Aliases for color support if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"