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
Oh My Zsh
Commits
16535452
"vscode:/vscode.git/clone" did not exist on "cae540f899b1e302e514e190f7d51331a5a689e0"
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
Hide whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
16535452
...
@@ -20,3 +20,6 @@ alias afind='ack-grep -il'
...
@@ -20,3 +20,6 @@ alias afind='ack-grep -il'
if
[[
-z
"
$LC_CTYPE
"
&&
-z
"
$LC_ALL
"
]]
;
then
if
[[
-z
"
$LC_CTYPE
"
&&
-z
"
$LC_ALL
"
]]
;
then
export
LC_CTYPE
=
${
LANG
%%
:
*
}
# pick the first entry from LANG
export
LC_CTYPE
=
${
LANG
%%
:
*
}
# pick the first entry from LANG
fi
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