Explorar el Código

add func input

pull/1/head
10sr hace 12 años
padre
commit
ee03818536
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      bashrc

+ 9
- 0
bashrc Ver fichero

@@ -183,6 +183,15 @@ then
|| complete -o default -o nospace -F _git g
fi

input(){
(
stty -echo
read foo
stty echo
echo $foo
)
}

tmux(){
if test $# -eq 0
then


Cargando…
Cancelar
Guardar