Allow interactive comments in zsh
This commit is contained in:
parent
d0a678a902
commit
b1b6352aeb
|
@ -60,6 +60,7 @@ if [[ "${BASE_SHELL}" == "zsh" ]]; then
|
||||||
setopt nolisttypes
|
setopt nolisttypes
|
||||||
setopt listpacked
|
setopt listpacked
|
||||||
setopt automenu
|
setopt automenu
|
||||||
|
setopt interactivecomments # allow # comments in command-line
|
||||||
setopt vi
|
setopt vi
|
||||||
|
|
||||||
[[ -n "${DBG}" ]] && echo "ZSH preped"
|
[[ -n "${DBG}" ]] && echo "ZSH preped"
|
||||||
|
|
Loading…
Reference in New Issue