zsh: Permitir comentarios en la shell

This commit is contained in:
Cat /dev/Nulo 2022-02-07 16:35:49 -03:00
parent 2f38e63497
commit 04cea0b2df

3
.zshrc
View file

@ -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