From 5a4a3698b35df63d36a05ca7f67b588c29714900 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 13 Jul 2016 12:44:32 +0900 Subject: [PATCH] Add figlet lolcat command at shell startup --- shrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shrc b/shrc index fef66b7..e447861 100755 --- a/shrc +++ b/shrc @@ -199,6 +199,11 @@ command -v fortune >/dev/null && { fi } +if null type figlet && null type lolcat +then + figlet `uname -sm` | lolcat +fi + uname -a $iswindows && alias tty="echo cmd.exe" echo TERM $TERM with $(tput colors) colors using $(tty)