Recognize comments by default.

This commit is contained in:
Tejas Bubane
2015-06-10 14:36:54 +02:00
committed by ncanceill
parent a28dbc8393
commit 1653545282
+3
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