Ver a proveniência

Use hostname instead of uname for startup

pull/15/head
10sr há 9 anos
ascendente
cometimento
7d10aee011
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      shrc

+ 1
- 1
shrc Ver ficheiro

@@ -201,7 +201,7 @@ command -v fortune >/dev/null && {


if null type figlet && null type lolcat if null type figlet && null type lolcat
then then
figlet `uname -sm` | lolcat
hostname -s | figlet | lolcat
fi fi


uname -a uname -a


Carregando…
Cancelar
Guardar