zsh: allow for cli comments
This commit is contained in:
parent
97732a4830
commit
e725cac2e8
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user