From 1a4af021604e8d1c1d074ea50477a8aaba503336 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 21 Dec 2012 14:13:42 +0200 Subject: [PATCH] rm warnings: depreceated --- .redshiftlocation | 1 - warnings | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 .redshiftlocation delete mode 100644 warnings diff --git a/.redshiftlocation b/.redshiftlocation deleted file mode 100644 index a8b9ee3c..00000000 --- a/.redshiftlocation +++ /dev/null @@ -1 +0,0 @@ -redshiftlocation=60.4666227:26.9459998 diff --git a/warnings b/warnings deleted file mode 100644 index 2f39548d..00000000 --- a/warnings +++ /dev/null @@ -1,15 +0,0 @@ -command -v \vim >/dev/null 2>&1 || { echo >&2 "WARNING: vim isn't installed You should install it, because it's used as text editor.!"; } -command -v \most >/dev/null 2>&1 || { echo >&2 "WARNING: most isn't installed! You should install it, because it's used as pager."; } -command -v \htop >/dev/null 2>&1 || { echo >&2 "WARNING: htop isn't installed! You should install it, because it's used as top."; } -command -v \gpg2 >/dev/null 2>&1 || { echo >&2 "WARNING: gnupg2 isn't installed! You should install it, because it's used as gpg."; } -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 \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 - -#if [ -f ~/.warnings ]; then -# rm ~/.warnings -# fi