Explorar el Código

Add figlet lolcat command at shell startup

pull/15/head
10sr hace 8 años
padre
commit
5a4a3698b3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      shrc

+ 5
- 0
shrc Ver fichero

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


Cargando…
Cancelar
Guardar