Ver a proveniência

Add figlet lolcat command at shell startup

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

+ 5
- 0
shrc Ver ficheiro

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


Carregando…
Cancelar
Guardar