浏览代码

Remove code, not comment it out

Gaaah.
Robin Daugherty 8 年之前
父节点
当前提交
96aefd2b98
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      plugins/rand-quote/rand-quote.plugin.zsh

+ 0 - 2
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