Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
16535452
Commit
16535452
authored
Dec 23, 2014
by
Tejas Bubane
Committed by
ncanceill
Jun 10, 2015
Browse files
Recognize comments by default.
parent
a28dbc83
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
16535452
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment