zsh: allow for cli comments

This commit is contained in:
Jason Swank 2023-11-17 20:25:47 +00:00
parent 97732a4830
commit e725cac2e8

View File

@ -4,6 +4,9 @@ alias grep='grep --color'
alias vim='nvim' alias vim='nvim'
alias vi='nvim' alias vi='nvim'
# allow for # to be interpreted as a comment on the command line
setopt interactivecomments
# cd tricks # cd tricks
alias -- -='cd -' alias -- -='cd -'
setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory