瀏覽代碼

add func input

pull/1/head
10sr 12 年之前
父節點
當前提交
ee03818536
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      bashrc

+ 9
- 0
bashrc 查看文件

@@ -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…
取消
儲存