refactor: reorganize scripts to idiomatic locations

This commit is contained in:
2026-03-11 14:14:24 +01:00
parent 68302ad3d6
commit 80444180d2
9 changed files with 15 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ function tmux_attach {
fi
if [[ -z $tmux_running ]]; then
~/.config/tmux/tmux-sessionizer ~
~/.config/tmux/scripts/tmux-sessionizer ~
else
tmux a
fi