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