tmux: Add simple workout tracking session
Hard-codes paths to open, used for quick opening of training tracking. To be run with `tm sport.session`
This commit is contained in:
parent
d3fbe7f4d6
commit
0487042d7e
1 changed files with 4 additions and 0 deletions
4
tmux/.config/tmux/sessions/sport.session
Normal file
4
tmux/.config/tmux/sessions/sport.session
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
new-window -n routine
|
||||||
|
send-keys "cd ~/documents/records; v workout.md" C-m I
|
||||||
|
rename-window stats
|
||||||
|
send-keys "cd ~/documents/records; sc-im workout.csv" C-m
|
Loading…
Reference in a new issue