diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-20 21:02:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-20 21:02:45 +0900 |
| commit | cb63d44aa646480df2b1d86327a4abd5a8c1f4eb (patch) | |
| tree | 8efc5dc0562f2e13bc7a44353dd6866e3768a90e | |
| parent | 80a5cce9edd034af0ca3bdda016efb094d50e4a9 (diff) | |
modified sesh/sesh.toml
| -rw-r--r-- | mac/.config/sesh/sesh.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/sesh/sesh.toml b/mac/.config/sesh/sesh.toml index 954e199..76e6356 100644 --- a/mac/.config/sesh/sesh.toml +++ b/mac/.config/sesh/sesh.toml @@ -26,11 +26,11 @@ startup_command = "nvim tmux.conf" preview_command = "bat --plain --wrap character --color=always ~/.config/tmux/tmux.conf" [[session]] -name = "config" +name = "_config" path = "~/.config" [[session]] -name = "dotfiles" +name = "_dotfiles" path = "~/.dotfiles" [[session]] |
