feat: add undotree

This commit is contained in:
2025-08-18 12:36:04 -07:00
parent ab3d0c868f
commit 1477836e91
7 changed files with 51 additions and 15 deletions

4
aliases/atmux.sh Executable file
View File

@@ -0,0 +1,4 @@
session=$(tmux ls | fzf | cut -d: -f1)
if [ -n "$session" ]; then
tmux a -t "$session"
fi