parent
0b0dbed47a
commit
1810d3bfbc
7 changed files with 41 additions and 44 deletions
14
chezmoi/dot_config/sesh/sesh.toml
Normal file
14
chezmoi/dot_config/sesh/sesh.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue