From fcb45fe93155e1d66567087fad762a7872ecfe84 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 27 Nov 2014 15:02:52 +0900 Subject: [PATCH] Remove useless newline --- shrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shrc b/shrc index 3b1ce7e..3d18b74 100755 --- a/shrc +++ b/shrc @@ -1157,8 +1157,7 @@ __printf_ipaddr(){ test -n "$___ip" && printf "$1" $___ip } -alias addr="__printf_ipaddr '%s -'" +alias addr="__printf_ipaddr '%s'" __my_ps1_ipaddr(){ ! $iswindows && __printf_ipaddr '[Addr:%s]'