From 7d3187dee85d0e5be9a2956e42555bdb13c7c745 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 19 Aug 2012 11:18:41 +0300 Subject: [PATCH] warnings: youtube-dl != pandoc --- warnings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warnings b/warnings index 4230ca68..2e543b9f 100644 --- a/warnings +++ b/warnings @@ -5,7 +5,7 @@ command -v \gpg2 >/dev/null 2>&1 || { echo >&2 "WARNING: gnupg2 isn't installed! command -v \lynx >/dev/null 2>&1 || { echo >&2 "WARNING: lynx isn't installed! You should install it, because it's used by many functions."; } command -v \gpg-agent >/dev/null 2>&1 || { echo >&2 "WARNING: gnupg-agent isn't installed. You should install it, because it's used by gpg.conf and xsessionrc in shell-things."; } command -v \curl >/dev/null 2>&1 || { echo >&2 "WARNING: curl isn't installed! You should install it, because it's used by some aliases or functions."; } -command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "WARNING: pandoc isn't installed. It's used by some aliases or functions, so you might want to install it."; } +command -v \pandoc >/dev/null 2>&1 || { echo >&2 "WARNING: pandoc isn't installed. It's used by some aliases or functions, so you might want to install it."; } ## To disable warnings, add the following (UNCOMMENTED!) to ~/.custom