mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Recognize comments by default.
This commit is contained in:
parent
a28dbc8393
commit
1653545282
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ alias afind='ack-grep -il'
|
|||
if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
|
||||
export LC_CTYPE=${LANG%%:*} # pick the first entry from LANG
|
||||
fi
|
||||
|
||||
# recognize comments
|
||||
setopt interactivecomments
|
||||
|
|
Loading…
Reference in a new issue