dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit c190f8f0c6009cff37d1b356bcb8d737cd77fa38
parent bfd580a06d518bd3fa8137b39292ad1173fe4200
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 30 Apr 2026 14:05:05 -0300

shell: added theoretical-statistics session

Diffstat:
M.config/shell/sessions.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.config/shell/sessions.sh b/.config/shell/sessions.sh @@ -43,3 +43,7 @@ hdp() { mt() { create_session impa mt ~/dox/dev/notes-measure-theory } + +ts() { + create_session impa ts ~/dox/dev/notes-theoretical-statistics +}