diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-21 15:06:46 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-21 15:06:46 +0100 |
| commit | 0529a8a19c332b30ae177bc75493bb16cf6be120 (patch) | |
| tree | 8dd423f7a622abdfe5ea0df1b4412db14451ae7b /.config/sesh/sesh.toml | |
| parent | f5c9813ba9098fe0d78aa660dbaf9741dad431ee (diff) | |
Add sesh
Diffstat (limited to '.config/sesh/sesh.toml')
| -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" |