start tmux server in script

This commit is contained in:
Jeremie Fraeys 2023-11-30 00:50:18 -05:00
parent a08e37eed8
commit 663841d568

View file

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