14 lines
263 B
TOML
14 lines
263 B
TOML
[[session]]
|
|
name = "Downloads"
|
|
path = "~/Downloads"
|
|
startup_command = "ls"
|
|
|
|
[[session]]
|
|
name = "Dotfiles"
|
|
path = "~/Repos/Private/dots"
|
|
startup_command = "nvim -c ':Telescope find_files'"
|
|
|
|
[[session]]
|
|
name = "SSH"
|
|
path = "~/.ssh/"
|
|
startup_command = "nvim config"
|