From e725cac2e894da98be01695b80a710b3b43b958d Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Fri, 17 Nov 2023 20:25:47 +0000 Subject: [PATCH] zsh: allow for cli comments --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index fdc1e78..d688fac 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,6 +4,9 @@ alias grep='grep --color' alias vim='nvim' alias vi='nvim' +# allow for # to be interpreted as a comment on the command line +setopt interactivecomments + # cd tricks alias -- -='cd -' setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory