chore(tmux): cleanup tmux scripts

This commit is contained in:
2026-03-10 00:55:03 +01:00
parent 42a1672fb0
commit a47d944286
4 changed files with 23 additions and 32 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env bash
source "$XDG_CONFIG_HOME/zsh/scripts.zsh"
if [[ $# -eq 1 ]]; then
selected=$1
else
@@ -12,7 +10,7 @@ if [[ -z $selected ]]; then
exit 0
fi
ggman clone $selected
ggman clone "$selected"
echo ""
read -p "press enter to continue..."