From 7d10aee011e2e17cb645a2241543b5461880d3e8 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 13 Jul 2016 23:37:26 +0900 Subject: [PATCH] Use hostname instead of uname for startup --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index e447861..7410d19 100755 --- a/shrc +++ b/shrc @@ -201,7 +201,7 @@ command -v fortune >/dev/null && { if null type figlet && null type lolcat then - figlet `uname -sm` | lolcat + hostname -s | figlet | lolcat fi uname -a