Browse Source

fix tmux func

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

+ 1
- 0
bashrc View File

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


Loading…
Cancel
Save