Przeglądaj źródła

Add figlet lolcat command at shell startup

pull/15/head
10sr 8 lat temu
rodzic
commit
5a4a3698b3
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      shrc

+ 5
- 0
shrc Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz