mirror of
https://github.com/fhars/divoc-git-talk.git
synced 2024-11-23 12:39:37 +01:00
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
PS1="\u@\h:\w\$ "
|
||
|
echo -ne "\033]0;DISPLAY\007"
|
||
|
tmux attach-session -t =$1
|