mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-02 20:59:49 +00:00
chore(config): sesh config additions
This commit is contained in:
@@ -8,8 +8,11 @@
|
|||||||
#
|
#
|
||||||
# Smart session manager for the terminal
|
# Smart session manager for the terminal
|
||||||
# https://github.com/joshmedeski/sesh
|
# https://github.com/joshmedeski/sesh
|
||||||
|
#:schema https://github.com/joshmedeski/sesh/raw/main/sesh.schema.json
|
||||||
|
|
||||||
strict_mode = false
|
strict_mode = false
|
||||||
|
dir_length = 2 # Uses last 2 directories: "projects/sesh" instead of just "sesh"
|
||||||
|
cache = true
|
||||||
|
|
||||||
# [marker]
|
# [marker]
|
||||||
# inactivity_threshold = 10 # Seconds before alerts start
|
# inactivity_threshold = 10 # Seconds before alerts start
|
||||||
@@ -52,3 +55,7 @@ disable_startup_command = true
|
|||||||
name = "Downloads"
|
name = "Downloads"
|
||||||
path = "~/Downloads"
|
path = "~/Downloads"
|
||||||
startup_command = "lsa"
|
startup_command = "lsa"
|
||||||
|
|
||||||
|
[[session]]
|
||||||
|
name = "Code/ivuorinen"
|
||||||
|
path = "~/Code/ivuorinen/"
|
||||||
|
|||||||
Reference in New Issue
Block a user