start tmux server in script
This commit is contained in:
parent
a08e37eed8
commit
663841d568
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Explicitly start tmux server
|
||||
tmux start-server
|
||||
|
||||
# Get the branch name without using 'basename'
|
||||
branch_name=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue