diff options
| -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]] |
