From de82f19ccd23231a67e823549d9b082f1d382c25 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 3 Oct 2012 10:05:57 +0900 Subject: [PATCH] show ipaddress even when DISPLAY is not empty --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f0d7fff..9f81ecf 100755 --- a/bashrc +++ b/bashrc @@ -588,7 +588,7 @@ __my_ps1_git(){ } __my_ps1_ipaddr(){ local last=$? - test -z "$DISPLAY" && ! iswindows && ip-address [Addr:%s] + ! iswindows && ip-address [Addr:%s] return $last } __my_ps1_bttry(){