From 077280138468d75fb3575429bca189ca0e682de1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 22 Jan 2016 13:47:57 -0500 Subject: [PATCH] Better offline --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index e7a4e0d..3575d29 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -172,7 +172,7 @@ function offline(){ if [ ! -z "$@" ] ; then sudo unshare -n -- sudo -u stonewareslord zsh -c "$@" else - sudo unshare -n -- sudo -u stonewareslord zsh + sudo unshare -n -- sudo -u stonewareslord LP_MARK_PREFIX=" $(tput setaf 1)(offline)$(tput sgr0) " zsh fi } function smon(){