diff options
author | Robin Daugherty <robin@robindaugherty.net> | 2015-08-26 14:12:38 -0400 |
---|---|---|
committer | Robin Daugherty <robin@robindaugherty.net> | 2015-08-26 14:12:42 -0400 |
commit | 96aefd2b98e5a646573a0ad6394f6ca0276facf1 (patch) | |
tree | 2fa87295b4eb5ab8340e051137890eff11996b1a /plugins | |
parent | 241be2d28b41293f163c4be75bb122975c2eacd9 (diff) | |
download | zsh-96aefd2b98e5a646573a0ad6394f6ca0276facf1.tar.gz zsh-96aefd2b98e5a646573a0ad6394f6ca0276facf1.tar.bz2 zsh-96aefd2b98e5a646573a0ad6394f6ca0276facf1.zip |
Remove code, not comment it out
Gaaah.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rand-quote/rand-quote.plugin.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/rand-quote/rand-quote.plugin.zsh b/plugins/rand-quote/rand-quote.plugin.zsh index 3c9722a73..8f345d9aa 100644 --- a/plugins/rand-quote/rand-quote.plugin.zsh +++ b/plugins/rand-quote/rand-quote.plugin.zsh @@ -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 |