Browse Source

Recognize comments by default.

Tejas Bubane 9 years ago
parent
commit
1653545282
1 changed files with 3 additions and 0 deletions
  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