浏览代码

fix tmux func

pull/1/head
10sr 11 年前
父节点
当前提交
d2d7563964
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc 查看文件

@@ -289,6 +289,7 @@ input(){
tmux(){
if test $# -eq 0
then
command tmux start-server
if command tmux has -t main
then
command tmux attach -t main


正在加载...
取消
保存