1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Recognize comments by default.

This commit is contained in:
Tejas Bubane 2014-12-23 12:48:09 +05:30 committed by ncanceill
parent a28dbc8393
commit 1653545282

View file

@ -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