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