mini-dots/chezmoi/dot_config/sesh/sesh.toml
aleidk d3a88cbb28 first commit
config imported from personal dotfiles aleee-idk/dots
2024-08-05 14:51:17 -04:00

14 lines
266 B
TOML

[[session]]
name = "Downloads"
path = "~/Downloads"
startup_command = "ls"
[[session]]
name = "Dotfiles"
path = "~/.local/share/chezmoi/"
startup_command = "nvim -c ':Telescope find_files'"
[[session]]
name = "SSH"
path = "~/.ssh/"
startup_command = "nvim config"