This commit is contained in:
DeveloperDurp 2026-03-06 05:30:26 -06:00
parent d0e3d90017
commit 229528eb75
9 changed files with 212 additions and 118 deletions

View file

@ -98,7 +98,7 @@ goland-new() {
return
}
tmux new-session -d -s "$name" -c "$dir"
tmux new-session -s "$name" -c "$dir"
}
switch() {