Add config/git to config layout

This commit is contained in:
2026-08-04 10:55:00 +01:00
parent 6f9d5a6693
commit c97c9cb027

View File

@@ -14,6 +14,10 @@ tmux new-window -c ~/.config/tmux
tmux rename-window config/tmux
`dirname $0`/window-auto
tmux new-window -c ~/.config/git
tmux rename-window config/git
`dirname $0`/window-auto
if [ -d ~/.config/work ]; then
tmux new-window -c ~/.config/work
tmux rename-window config/work