From f8bb8b0fa50a4526710f477965c2734d72cdb778 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Aug 2010 00:30:12 +0200 Subject: zshrc: add ~root/bin to $PATH Signed-off-by: Florian Pritz --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index e206077..3a41969 100644 --- a/.zshrc +++ b/.zshrc @@ -745,6 +745,11 @@ echo # {{{ Other stuff that doesn't fit anywhere else #umask 077 stty -ctlecho + +if [ $UID -eq 0 ]; then + export PATH=/root/bin:$PATH +fi + # }}} # Show again -- cgit v1.2.3-24-g4f1b