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
96aefd2b
"vscode:/vscode.git/clone" did not exist on "b62a3e89602bca23b794dd1e808d92a89880ad3f"
Commit
96aefd2b
authored
Aug 26, 2015
by
Robin Daugherty
Browse files
Remove code, not comment it out
Gaaah.
parent
241be2d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rand-quote/rand-quote.plugin.zsh
View file @
96aefd2b
...
...
@@ -18,8 +18,6 @@ if [[ -x `which curl` ]]; then
W
=
$(
echo
"
$Q
"
|
sed
-e
's/.*\/quotes\///g'
-e
's/<.*//g'
-e
's/.*">//g'
)
if
[
"
$W
"
-a
"
$TXT
"
]
;
then
echo
"
${
WHO_COLOR
}${
W
}${
COLON_COLOR
}
:
${
TEXT_COLOR
}
“
${
TXT
}
”
${
END_COLOR
}
"
# else
# quote
fi
}
#quote
...
...
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