Sfoglia il codice sorgente

fix tmux func

pull/1/head
10sr 11 anni fa
parent
commit
d2d7563964
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc Vedi File

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


Caricamento…
Annulla
Salva