From 04cea0b2df12e91d75ad2ec7600925f2a27ffdaa Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 7 Feb 2022 16:35:49 -0300 Subject: [PATCH] zsh: Permitir comentarios en la shell --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1e73758..ab6af06 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,9 @@ HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000 +# Permitir comentarios en la shell +setopt interactive_comments + setopt autocd extendedglob notify bindkey -e bindkey "^[[1;5C" forward-word