Parcourir la source

add func input

pull/1/head
10sr il y a 12 ans
Parent
révision
ee03818536
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. +9
    -0
      bashrc

+ 9
- 0
bashrc Voir le fichier

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


Chargement…
Annuler
Enregistrer