summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-07-24 09:24:05 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2009-07-24 09:24:05 +0000
commit5fa39bdbaf457485cf22b71f481b70097763ed21 (patch)
treed60212e27016cebc3f9bf006c2db7b8ce655341e /zshrc
parent33b0018457db0bd965b906d6fc2963a1f7facedc (diff)
Add /usr/lib/nagios/plugins to plugins
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@405 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index e7c38cf..5027ba9 100644
--- a/zshrc
+++ b/zshrc
@@ -121,6 +121,7 @@ path=(
/usr/bin/X11
/usr/games
/sw/bin
+ /usr/lib/nagios/plugins
"$path[@]"
)
if [ "`id -u`" = "0" ] || ! [ -x /usr/bin/id ] ; then