浏览代码

Recognize comments by default.

Tejas Bubane 9 年之前
父节点
当前提交
1653545282
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lib/misc.zsh

+ 3 - 0
lib/misc.zsh

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