Browse Source

add func input

pull/1/head
10sr 12 years ago
parent
commit
ee03818536
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      bashrc

+ 9
- 0
bashrc View File

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


Loading…
Cancel
Save