From eaa7680671b8bd9819d2ef10351fdae293fd50a2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 1 Mar 2026 21:37:34 +0200 Subject: [PATCH] chore(config): sesh config additions --- config/sesh/sesh.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/sesh/sesh.toml b/config/sesh/sesh.toml index 29d55f0..c18825e 100644 --- a/config/sesh/sesh.toml +++ b/config/sesh/sesh.toml @@ -8,8 +8,11 @@ # # Smart session manager for the terminal # https://github.com/joshmedeski/sesh +#:schema https://github.com/joshmedeski/sesh/raw/main/sesh.schema.json strict_mode = false +dir_length = 2 # Uses last 2 directories: "projects/sesh" instead of just "sesh" +cache = true # [marker] # inactivity_threshold = 10 # Seconds before alerts start @@ -52,3 +55,7 @@ disable_startup_command = true name = "Downloads" path = "~/Downloads" startup_command = "lsa" + +[[session]] +name = "Code/ivuorinen" +path = "~/Code/ivuorinen/"