Rename t and replace tmux-sessionizer
All checks were successful
/ check (push) Successful in 53s

This commit is contained in:
Oliver Davies 2025-09-03 08:10:13 +01:00
parent b44bbef3e2
commit 21d9ca8737
8 changed files with 4 additions and 112 deletions

View file

@ -25,13 +25,13 @@
user_path="$XDG_REPOS_DIR/$domain/$user"
repo_path="$user_path/$name"
[[ -d "$repo_path" ]] && t "$repo_path" && exit 0
[[ -d "$repo_path" ]] && tmux-sessionizer "$repo_path" && exit 0
mkdir -pv "$repo_path"
git clone "$repo_url" "$repo_path"
t "$repo_path"
tmux-sessionizer "$repo_path"
else
exit 1
fi