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/"