zsh: Permitir comentarios en la shell
This commit is contained in:
parent
2f38e63497
commit
04cea0b2df
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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
|
||||
|
|
Loading…
Reference in a new issue