mirror of
https://github.com/fhars/divoc-git-talk.git
synced 2025-03-30 20:36:52 +02: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
|