diff options
Diffstat (limited to '.config/sesh')
| -rw-r--r-- | .config/sesh/sesh.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/sesh/sesh.toml b/.config/sesh/sesh.toml new file mode 100644 index 0000000..f9dd891 --- /dev/null +++ b/.config/sesh/sesh.toml @@ -0,0 +1,15 @@ +[default_session] +startup_command = "nvim ." + +[[session]] +name = "ocvx" +path = "~/projects/ocvx" + +[[session]] +name = "ocvx-portfolio" +path = "~/projects/ocvx-portfolio" + +[[session]] +name = "dotfiles" +path = "~/.config" +startup_command = "nvim tmux/tmux.conf" |