Explorar el Código

terminal go blank when 3 min passes

pull/1/head
10sr hace 12 años
padre
commit
dcfc9f8f53
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      profile

+ 4
- 1
profile Ver fichero

@@ -1,5 +1,4 @@
#!/bin/sh
env > $HOME/.env.txt

# export PS1="\$ "
export LANG=ja_JP.UTF-8
@@ -23,3 +22,7 @@ addtopath ${HOME}/bin
test -f "${HOME}/.pythonrc" && export PYTHONSTARTUP="${HOME}/.pythonrc"
export PYTHONPATH=~/.py

type setterm >/dev/null 2>&1 && setterm -blank 3 -powersave on # -powerdown 10
# in my environment powerdown does not work

env > $HOME/.env.txt

Cargando…
Cancelar
Guardar