End of week update

This commit is contained in:
Michal Skorczak 2025-02-28 17:10:55 +00:00
parent 352c69a5d6
commit 93b41d196a
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -101,7 +101,8 @@ _launch_notes()
{
tmux new-session -d 'bash'
tmux new-window 'newsraft'
tmux new-window 'vim -o $TODOTXTPATH $VIMWIKIPATH/index.md'
tmux new-window "calcurse"
tmux new-window "vim -o $TODOTXTPATH $VIMWIKIPATH/index.md"
tmux -2 attach-session -d
}